Searched refs:M_PURGE (Results 1 – 6 of 6) sorted by relevance
/bionic/benchmarks/ |
D | malloc_benchmark.cpp | 43 mallopt(M_PURGE, 0); in BM_mallopt_purge() 66 mallopt(M_PURGE, 0); in BM_mallopt_purge()
|
D | malloc_map_benchmark.cpp | 72 mallopt(M_PURGE, 0); in MapBenchmark() 83 mallopt(M_PURGE, 0); in MapBenchmark()
|
/bionic/libc/include/ |
D | malloc.h | 172 #define M_PURGE (-101) macro
|
/bionic/libc/bionic/ |
D | jemalloc_wrapper.cpp | 105 } else if (param == M_PURGE) { in je_mallopt()
|
/bionic/docs/ |
D | native_allocator.md | 69 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/ |
D | malloc_test.cpp | 659 ASSERT_EQ(1, mallopt(M_PURGE, 0)); in TEST()
|