Searched defs:je_iterate (Results 1 - 1 of 1) sorted by relevance

/external/jemalloc/src/
H A Dandroid_je_iterate.c25 /* je_iterate calls callback for each allocation found in the memory region
28 * managed by jemalloc is found in the requested region, je_iterate returns -1
31 * je_iterate must be called when no allocations are in progress, either
36 int je_iterate(uintptr_t base, size_t size, function

Completed in 104 milliseconds