Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h56 void *a0malloc(size_t size);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h2 #define a0malloc JEMALLOC_N(a0malloc) macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c328 return a0malloc(CACHELINE_CEILING(size));
H A Djemalloc.c329 a0malloc(size_t size) { in a0malloc() function