Searched defs:free (Results 1 - 11 of 11) sorted by relevance

/bionic/linker/
H A Dlinker_memory.cpp35 void free(void* ptr) { function
36 g_linker_allocator.free(ptr);
H A Dlinker_block_allocator.h29 * template-free.
38 void free(void* block);
74 void free(T* t) { block_allocator_.free(t); } function in class:LinkerTypeAllocator
H A Dlinker_block_allocator.cpp68 void LinkerBlockAllocator::free(void* block) { function in class:LinkerBlockAllocator
H A Dlinker_allocator.cpp31 // designed to provide the same functionality as the malloc/free/realloc
39 // On free:
45 // the block to free_blocks_list_. If the number of free pages reaches 2,
131 void LinkerSmallObjectAllocator::free(void* ptr) { function in class:LinkerSmallObjectAllocator
153 // if we already have a free page - unmap this one.
283 free(ptr);
305 free(ptr);
312 void LinkerMemoryAllocator::free(void* ptr) { function in class:LinkerMemoryAllocator
327 allocator->free(ptr);
H A Dlinker.cpp356 void SoinfoListAllocator::free(LinkedListEntry<soinfo>* entry) { function in class:SoinfoListAllocator
357 g_soinfo_links_allocator.free(entry);
364 void NamespaceListAllocator::free(LinkedListEntry<android_namespace_t>* entry) { function in class:NamespaceListAllocator
365 g_namespace_list_allocator.free(entry);
432 g_soinfo_allocator.free(si);
1065 static void free(void* ptr) {
1066 allocator_.free(ptr);
1083 static void free(T* ptr) {
1084 SizeBasedAllocator<sizeof(T)>::free(ptr);
1093 TypeBasedAllocator<LoadTask>::free(
[all...]
/bionic/linker/tests/
H A Dlinked_list_test.cpp39 static void free(entry_t* p) { function in class:__anon1079::LinkedListTestAllocator
41 ::free(p);
/bionic/libc/kernel/uapi/drm/
H A Dsis_drm.h44 unsigned long free; member in struct:__anon177
/bionic/libc/private/
H A Dbionic_malloc_dispatch.h56 MallocFree free; member in struct:MallocDispatch
/bionic/libc/bionic/
H A Dmalloc_common.cpp55 Malloc(free),
87 extern "C" void free(void* mem) { function
88 auto _free = __libc_globals->malloc_dispatch.free;
92 Malloc(free)(mem);
243 if (!InitMallocFunction<MallocFree>(malloc_impl_handler, &table->free,
244 prefix, "free")) {
/bionic/libc/kernel/uapi/linux/
H A Domapfb.h207 __u32 free; member in struct:omapfb_vram_info
/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h176 struct { struct evEvent_p *next; } free; member in union:evEvent_p::__anon1030

Completed in 1155 milliseconds