Home
last modified time | relevance | path

Searched refs:bootstrap_malloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h39 void *bootstrap_malloc(size_t size);
H A Dprivate_namespace.h
/freebsd-src/contrib/jemalloc/src/
H A Djemalloc.c270 bootstrap_malloc(size_t size) { in bootstrap_malloc() function