Home
last modified time | relevance | path

Searched refs:a0malloc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h34 void *a0malloc(size_t size);
H A Dprivate_namespace.h2 #define a0malloc JEMALLOC_N(a0malloc) macro
/freebsd-12.1/contrib/jemalloc/src/
H A Dtsd.c161 return a0malloc(CACHELINE_CEILING(size)); in malloc_tsd_malloc()
H A Djemalloc.c248 a0malloc(size_t size) { in a0malloc() function
442 arenas_tdata = (arena_tdata_t *)a0malloc( in arena_tdata_get_hard()