Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_externs.h57 void a0dalloc(void *ptr);
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h1 #define a0dalloc JEMALLOC_N(a0dalloc) macro
/freebsd/contrib/jemalloc/src/
H A Dtsd.c333 a0dalloc(wrapper); in _malloc_thread_cleanup()
H A Djemalloc.c334 a0dalloc(void *ptr) { in a0dalloc() function