HomeSort by relevance Sort by last modified time
    Searched defs:tcache_alloc_small (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
tcache.h 147 void *tcache_alloc_small(tcache_t *tcache, size_t size, bool zero);
272 tcache_alloc_small(tcache_t *tcache, size_t size, bool zero) function
private_namespace.h 370 #define tcache_alloc_small JEMALLOC_N(tcache_alloc_small) macro
private_unnamespace.h 370 #undef tcache_alloc_small macro

Completed in 48 milliseconds