Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h58 void *bootstrap_malloc(size_t size);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h13 #define bootstrap_malloc JEMALLOC_N(bootstrap_malloc)
14 #define bootstrap_malloc JEMALLOC_N(bootstrap_malloc) global() macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c345 bootstrap_malloc(size_t size) { in bootstrap_malloc() function