Home
last modified time | relevance | path

Searched refs:watch_for_junking (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/test/unit/
Djunk.c8 static void *watch_for_junking; variable
13 watch_for_junking = p; in watch_junking()
27 if (ptr == watch_for_junking) { in arena_dalloc_junk_small_intercept()
42 if (ptr == watch_for_junking) { in large_dalloc_junk_intercept()
50 if (ptr == watch_for_junking) { in large_dalloc_maybe_junk_intercept()
/external/jemalloc/test/unit/
Djunk.c14 static void *watch_for_junking; variable
21 watch_for_junking = p; in watch_junking()
36 if (ptr == watch_for_junking) in arena_dalloc_junk_small_intercept()
51 if (ptr == watch_for_junking) in arena_dalloc_junk_large_intercept()
65 if (ptr == watch_for_junking) in huge_dalloc_junk_intercept()