Searched refs:deallocate (Results 1 – 10 of 10) sorted by relevance
/art/compiler/ |
D | compiled_method.cc | 135 alloc.deallocate(m, 1); in ReleaseSwapAllocatedCompiledMethod()
|
/art/runtime/ |
D | monitor_pool.cc | 99 allocator_.deallocate(reinterpret_cast<uint8_t*>(monitor_chunks_[i][j]), kChunkSize); in FreeInternal()
|
/art/libartbase/base/ |
D | allocator.h | 140 void deallocate(PT p, size_type n) { in deallocate() function
|
D | arena_containers.h | 202 void deallocate(pointer p, size_type n) { in deallocate() function
|
D | scoped_arena_containers.h | 188 void deallocate(pointer p, size_type n) { in deallocate() function
|
D | hash_set.h | 653 allocfn_.deallocate(data_, NumBuckets()); in DeallocateStorage() 689 allocfn_.deallocate(old_data, old_num_buckets); in Resize()
|
/art/openjdkjvmti/ |
D | jvmti_allocator.h | 126 void deallocate(pointer p, size_type n ATTRIBUTE_UNUSED) { in deallocate() function
|
D | jvmti_weak_table-inl.h | 261 allocator.deallocate(data, capacity); 287 allocator.deallocate(old, capacity);
|
/art/compiler/utils/ |
D | swap_space.h | 188 void deallocate(pointer p, size_type n) { in deallocate() function
|
/art/compiler/driver/ |
D | compiled_method_storage.cc | 51 allocator.deallocate(const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(array)), size); in ReleaseArray()
|