Home
last modified time | relevance | path

Searched refs:remove_from_page_list (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/libc/private/
H A Dbionic_allocator.h93 void remove_from_page_list(small_object_page_info* page);
/aosp12/bionic/libc/bionic/
H A Dbionic_allocator.cpp143 remove_from_page_list(page); in alloc()
237 void BionicSmallObjectAllocator::remove_from_page_list( in remove_from_page_list() function in BionicSmallObjectAllocator