Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc135 alloc.deallocate(m, 1); in ReleaseSwapAllocatedCompiledMethod()
/art/runtime/
Dmonitor_pool.cc99 allocator_.deallocate(reinterpret_cast<uint8_t*>(monitor_chunks_[i][j]), kChunkSize); in FreeInternal()
/art/libartbase/base/
Dallocator.h140 void deallocate(PT p, size_type n) { in deallocate() function
Darena_containers.h202 void deallocate(pointer p, size_type n) { in deallocate() function
Dscoped_arena_containers.h188 void deallocate(pointer p, size_type n) { in deallocate() function
Dhash_set.h653 allocfn_.deallocate(data_, NumBuckets()); in DeallocateStorage()
689 allocfn_.deallocate(old_data, old_num_buckets); in Resize()
/art/openjdkjvmti/
Djvmti_allocator.h126 void deallocate(pointer p, size_type n ATTRIBUTE_UNUSED) { in deallocate() function
Djvmti_weak_table-inl.h261 allocator.deallocate(data, capacity);
287 allocator.deallocate(old, capacity);
/art/compiler/utils/
Dswap_space.h188 void deallocate(pointer p, size_type n) { in deallocate() function
/art/compiler/driver/
Dcompiled_method_storage.cc51 allocator.deallocate(const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(array)), size); in ReleaseArray()