Home
last modified time | relevance | path

Searched refs:M_PURGE (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/
Dmalloc.h204 #define M_PURGE (-101) macro
/bionic/benchmarks/
Dmalloc_benchmark.cpp161 RunMalloptPurge(state, M_PURGE); in BM_mallopt_purge()
/bionic/libc/bionic/
Djemalloc_wrapper.cpp119 } else if (param == M_PURGE || param == M_PURGE_ALL) { in je_mallopt()
/bionic/docs/
Dnative_allocator.md69 and no other allocation calls are made. The `M_PURGE` option is used to
77 When called, `mallopt(M_PURGE, 0)`, an allocator should purge and release
282 This benchmark tracks the cost of calling `mallopt(M_PURGE, 0)`. As with the
/bionic/tests/
Dmalloc_test.cpp695 ASSERT_EQ(1, mallopt(M_PURGE, 0)); in TEST()
724 std::make_pair(M_PURGE, "M_PURGE"), in TEST()