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

  /external/jemalloc_new/test/unit/
junk.c 63 large_dalloc_junk_orig = large_dalloc_junk;
64 large_dalloc_junk = large_dalloc_junk_intercept;
119 large_dalloc_junk = large_dalloc_junk_orig;
  /external/jemalloc_new/include/jemalloc/internal/
large_externs.h 13 extern large_dalloc_junk_t *JET_MUTABLE large_dalloc_junk;
tcache_inlines.h 202 large_dalloc_junk(ptr, sz_index2size(binind));
private_namespace.h 207 #define large_dalloc_junk JEMALLOC_N(large_dalloc_junk) macro
private_namespace_jet.h 210 #define large_dalloc_junk JEMALLOC_N(large_dalloc_junk) macro
  /external/jemalloc_new/src/
large.c 86 large_dalloc_junk_t *JET_MUTABLE large_dalloc_junk = large_dalloc_junk_impl; variable
96 large_dalloc_junk(ptr, size);

Completed in 384 milliseconds