HomeSort by: relevance | last modified time | path
    Searched defs:free_fastpath (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/jemalloc/dist/src/
jemalloc.c 3058 * free_fastpath do not handle two uncommon cases: 1) sampled profiled
3092 bool free_fastpath(void *ptr, size_t size, bool size_hint) { function
3188 if (!free_fastpath(ptr, 0, false)) {
3965 if (flags != 0 || !free_fastpath(ptr, size, true)) {
3977 if (!free_fastpath(ptr, size, true)) {

Completed in 28 milliseconds