Searched refs:dealloc_ (Results 1 - 9 of 9) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_vector.cpp47 : dealloc_ ( dealloc ), ptr_ ( ptr ), enabled_ ( true ) {}
48 ~st_heap_block2 () { if ( enabled_ ) dealloc_ ( ptr_ ) ; }
52 dealloc_f dealloc_; member in class:__cxxabiv1::__anon23634::st_heap_block2
62 : dealloc_ ( dealloc ), ptr_ ( ptr ), size_ ( size ), enabled_ ( true ) {}
63 ~st_heap_block3 () { if ( enabled_ ) dealloc_ ( ptr_, size_ ) ; }
67 dealloc_f dealloc_; member in class:__cxxabiv1::__anon23634::st_heap_block3
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc126 : alloc_(alloc), dealloc_(dealloc) {
142 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
160 dealloc_(allocation);
170 dealloc_(b->stack);
171 dealloc_(b);
174 dealloc_(table);
369 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
394 dealloc_(mmap_address_map_);
409 dealloc_(list);
448 dealloc_(lis
[all...]
H A Daddressmap-inl.h251 DeAllocator dealloc_; // The deallocator member in class:AddressMap
273 dealloc_(dealloc),
283 (*dealloc_)(obj);
H A Dheap-profile-table.h343 DeAllocator dealloc_; member in class:HeapProfileTable
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.cc134 dealloc_(dealloc),
146 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
156 dealloc_(address_map_);
164 dealloc_(bucket->stack);
165 dealloc_(bucket);
168 dealloc_(bucket_table_);
374 AddressMap<TypeCount>(alloc_, dealloc_);
383 dealloc_(type_size_map);
397 dealloc_(list);
439 dealloc_(lis
[all...]
H A Daddressmap-inl.h251 DeAllocator dealloc_; // The deallocator member in class:AddressMap
273 dealloc_(dealloc),
283 (*dealloc_)(obj);
H A Ddeep-heap-profile.cc310 deep_table_(kHashTableSize, heap_profile->alloc_, heap_profile->dealloc_),
324 heap_profile_->dealloc_(filename_prefix_);
608 dealloc_(dealloc),
621 dealloc_(db);
624 dealloc_(table_);
H A Ddeep-heap-profile.h294 HeapProfileTable::DeAllocator dealloc_; member in class:DeepHeapProfile::DeepBucketTable
H A Dheap-profile-table.h452 DeAllocator dealloc_; member in class:HeapProfileTable

Completed in 156 milliseconds