Searched refs:M_PURGE (Results 1 – 5 of 5) sorted by relevance
204 #define M_PURGE (-101) macro
161 RunMalloptPurge(state, M_PURGE); in BM_mallopt_purge()
119 } else if (param == M_PURGE || param == M_PURGE_ALL) { in je_mallopt()
69 and no other allocation calls are made. The `M_PURGE` option is used to77 When called, `mallopt(M_PURGE, 0)`, an allocator should purge and release282 This benchmark tracks the cost of calling `mallopt(M_PURGE, 0)`. As with the
695 ASSERT_EQ(1, mallopt(M_PURGE, 0)); in TEST()724 std::make_pair(M_PURGE, "M_PURGE"), in TEST()