Home
last modified time | relevance | path

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

/bionic/benchmarks/
Dmalloc_benchmark.cpp43 mallopt(M_PURGE, 0); in BM_mallopt_purge()
66 mallopt(M_PURGE, 0); in BM_mallopt_purge()
Dmalloc_map_benchmark.cpp72 mallopt(M_PURGE, 0); in MapBenchmark()
83 mallopt(M_PURGE, 0); in MapBenchmark()
/bionic/libc/include/
Dmalloc.h172 #define M_PURGE (-101) macro
/bionic/libc/bionic/
Djemalloc_wrapper.cpp105 } else if (param == M_PURGE) { 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.cpp659 ASSERT_EQ(1, mallopt(M_PURGE, 0)); in TEST()