Searched refs:pages_purge (Results 1 - 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dchunk_mmap.h12 bool pages_purge(void *addr, size_t length);
H A Dprivate_namespace.h288 #define pages_purge JEMALLOC_N(pages_purge) macro
H A Dprivate_unnamespace.h288 #undef pages_purge macro
/external/jemalloc/src/
H A Dchunk_mmap.c137 pages_purge(void *addr, size_t length) function
H A Dchunk.c264 unzeroed = pages_purge(chunk, size);
H A Darena.c999 unzeroed = pages_purge((void *)((uintptr_t)chunk + (pageind <<
1003 * Set the unzeroed flag for all pages, now that pages_purge()

Completed in 87 milliseconds