Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 7 of 7) sorted by relevance

/art/runtime/base/
Dallocator.h141 void deallocate(PT p, size_type n) { in deallocate() function
Darena_containers.h162 void deallocate(pointer p, size_type n) { in deallocate() function
Dscoped_arena_containers.h155 void deallocate(pointer p, size_type n) { in deallocate() function
Dhash_set.h456 allocfn_.deallocate(data_, NumBuckets()); in DeallocateStorage()
494 allocfn_.deallocate(old_data, old_num_buckets); in Resize()
/art/compiler/utils/
Ddedupe_set.h158 alloc.deallocate(key, 1); in DeleteStoreKey()
Dswap_space.h171 void deallocate(pointer p, size_type n) { in deallocate() function
/art/compiler/
Dcompiled_method.cc196 alloc.deallocate(m, 1); in ReleaseSwapAllocatedCompiledMethod()