Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.h54 void purge();
Dlinker_block_allocator.cpp155 void LinkerBlockAllocator::purge() { in purge() function in LinkerBlockAllocator
Dlinker.cpp467 static void purge() { in purge() function in SizeBasedAllocator
468 allocator_.purge(); in purge()
489 static void purge() { in purge() function in TypeBasedAllocator
490 SizeBasedAllocator<sizeof(T)>::purge(); in purge()
3577 TypeBasedAllocator<LoadTask>::purge(); in purge_unused_memory()
/bionic/libc/kernel/uapi/linux/
Ddlm_device.h61 struct dlm_purge_params purge; member
/bionic/docs/
Dnative_allocator.md56 allocator will attempt to purge and release any unused memory back to the
61 purge and release action. The amount of delay is up to the allocator
66 thread to handle the purge, so the decay is only handled when an
70 force a purge in this case.
77 When called, `mallopt(M_PURGE, 0)`, an allocator should purge and release
80 idea is that this can be called to purge memory that has not been
83 application wants to purge that memory before waiting for the next connection.