Home | History | Annotate | Download | only in linker

Lines Matching defs:free

284 void SoinfoListAllocator::free(LinkedListEntry<soinfo>* entry) {
285 g_soinfo_links_allocator.free(entry);
292 void NamespaceListAllocator::free(LinkedListEntry<android_namespace_t>* entry) {
293 g_namespace_list_allocator.free(entry);
342 g_soinfo_allocator.free(si);
536 static void free(void* ptr) {
537 allocator_.free(ptr);
554 static void free(T* ptr) {
555 free(ptr);
564 TypeBasedAllocator<LoadTask>::free(t);