Searched refs:map_allocation_list_ (Results 1 – 1 of 1) sorted by relevance
101 MapAllocation* map_allocation_list_; member in android::HeapImpl321 HeapImpl::HeapImpl() : free_chunks_(), full_chunks_(), map_allocation_list_(NULL) {} in HeapImpl()398 allocation->next = map_allocation_list_; in MapAlloc()399 map_allocation_list_ = allocation; in MapAlloc()405 MapAllocation** allocation = &map_allocation_list_; in MapFree()