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

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 1005 void idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool is_metadata,
1152 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool is_metadata, function
1171 idalloctm(tsd_tsdn(tsd), ptr, tcache_get(tsd, false), false, true);
1181 idalloctm(tsd_tsdn(tsd), ptr, tcache, false, slow_path);
    [all...]
private_namespace.h 297 #define idalloctm JEMALLOC_N(idalloctm) macro
    [all...]
private_unnamespace.h 297 #undef idalloctm macro

Completed in 704 milliseconds