Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Djemalloc.c3069 bool free_fastpath(void *ptr, size_t size, bool size_hint) { in free_fastpath() function
3165 if (!free_fastpath(ptr, 0, false)) { in je_free()
3945 if (flags != 0 || !free_fastpath(ptr, size, true)) { in je_sdallocx()
3957 if (!free_fastpath(ptr, size, true)) { in je_sdallocx_noflags()