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.c2791 bool free_fastpath(void *ptr, size_t size, bool size_hint) { in free_fastpath() function
2851 if (!free_fastpath(ptr, 0, false)) { in je_free()
3583 if (flags !=0 || !free_fastpath(ptr, size, true)) { in je_sdallocx()
3595 if (!free_fastpath(ptr, size, true)) { in je_sdallocx_noflags()