Revision fe207c5d29b2b2413e32be7fc7b029758dc1842c authored by Diogo Netto on 23 July 2024, 14:31:52 UTC, committed by GitHub on 23 July 2024, 14:31:52 UTC
Other GC implementations may not want to necessarily segregate small
objects into object pools (e.g. may just want to allocate everything
with Libc malloc).

Let's rename `pool_alloc` to `small_alloc` to make it a bit more general
in the sense that although we're exposing different allocation
functions, we make no mention to the fact that they're using object
pools under the hood.
1 parent 7ed5068
History
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.buildkite-external-version -rw-r--r-- 5 bytes
.clang-format -rw-r--r-- 3.3 KB
.clangd -rw-r--r-- 114 bytes
.codecov.yml -rw-r--r-- 52 bytes
.git-blame-ignore-revs -rw-r--r-- 581 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 571 bytes
.mailmap -rw-r--r-- 13.1 KB
CITATION.bib -rw-r--r-- 513 bytes
CITATION.cff -rw-r--r-- 1012 bytes
CONTRIBUTING.md -rw-r--r-- 23.4 KB
HISTORY.md -rw-r--r-- 388.3 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 56.9 KB
Makefile -rw-r--r-- 31.2 KB
NEWS.md -rw-r--r-- 7.1 KB
README.md -rw-r--r-- 7.2 KB
THIRDPARTY.md -rw-r--r-- 5.3 KB
VERSION -rw-r--r-- 11 bytes
julia.spdx.json -rw-r--r-- 37.8 KB
pkgimage.mk -rw-r--r-- 1.4 KB
sysimage.mk -rw-r--r-- 4.3 KB
typos.toml -rw-r--r-- 78 bytes

README.md

back to top