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

  /external/jemalloc/include/jemalloc/internal/
tcache.h 177 void *tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success);
267 tcache_alloc_easy(tcache_bin_t *tbin, bool *tcache_success) function
304 ret = tcache_alloc_easy(tbin, &tcache_success);
362 ret = tcache_alloc_easy(tbin, &tcache_success);
private_namespace.h 469 #define tcache_alloc_easy JEMALLOC_N(tcache_alloc_easy) macro
private_unnamespace.h 469 #undef tcache_alloc_easy macro

Completed in 161 milliseconds