HomeSort by relevance Sort by last modified time
    Searched refs:tcache_alloc_small_hard (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/include/jemalloc/internal/
tcache.h 147 void *tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
313 ret = tcache_alloc_small_hard(tsd_tsdn(tsd), arena, tcache,
private_namespace.h 513 #define tcache_alloc_small_hard JEMALLOC_N(tcache_alloc_small_hard) macro
    [all...]
private_unnamespace.h 513 #undef tcache_alloc_small_hard macro
  /external/jemalloc/src/
tcache.c 77 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, function

Completed in 47 milliseconds