Searched refs:purge (Results 1 – 5 of 5) sorted by relevance
54 void purge();
155 void LinkerBlockAllocator::purge() { in purge() function in LinkerBlockAllocator
467 static void purge() { in purge() function in SizeBasedAllocator468 allocator_.purge(); in purge()489 static void purge() { in purge() function in TypeBasedAllocator490 SizeBasedAllocator<sizeof(T)>::purge(); in purge()3577 TypeBasedAllocator<LoadTask>::purge(); in purge_unused_memory()
61 struct dlm_purge_params purge; member
56 allocator will attempt to purge and release any unused memory back to the61 purge and release action. The amount of delay is up to the allocator66 thread to handle the purge, so the decay is only handled when an70 force a purge in this case.77 When called, `mallopt(M_PURGE, 0)`, an allocator should purge and release80 idea is that this can be called to purge memory that has not been83 application wants to purge that memory before waiting for the next connection.