/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | heap-profile-table.cc | 126 : alloc_(alloc), dealloc_(dealloc) { in HeapProfileTable() 132 alloc_table_ = reinterpret_cast<Bucket**>(alloc_(alloc_table_bytes)); in HeapProfileTable() 142 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_); in HeapProfileTable() 203 const void** kcopy = reinterpret_cast<const void**>(alloc_(key_size)); in GetBucket() 205 Bucket* b = reinterpret_cast<Bucket*>(alloc_(sizeof(Bucket))); in GetBucket() 329 Bucket** list = reinterpret_cast<Bucket**>(alloc_(sizeof(Bucket) * in MakeSortedBucketList() 362 mmap_table_ = reinterpret_cast<Bucket**>(alloc_(mmap_table_bytes)); in RefreshMMapData() 369 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_); in RefreshMMapData() 551 Snapshot* s = new (alloc_(sizeof(Snapshot))) Snapshot(alloc_, dealloc_); in TakeSnapshot() 573 Snapshot* s = new (alloc_(sizeof(Snapshot))) Snapshot(alloc_, dealloc_); in NonLiveSnapshot()
|
D | addressmap-inl.h | 250 Allocator alloc_; // The allocator variable 258 void* ptr = (*alloc_)(sizeof(Object) + num*sizeof(T)); in New() 272 alloc_(alloc), in AddressMap()
|
D | heap-profile-table.h | 342 Allocator alloc_; variable
|
/external/chromium/net/disk_cache/ |
D | bitmap.cc | 46 alloc_(true) { in Bitmap() 60 alloc_(false) { in Bitmap() 64 if (alloc_) in ~Bitmap() 69 DCHECK(alloc_ || !map_); in Resize() 80 if (alloc_) in Resize() 83 alloc_ = true; in Resize()
|
D | bitmap.h | 16 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {} in Bitmap() 129 bool alloc_; // Whether or not we allocated the memory. variable
|
/external/chromium_org/net/disk_cache/ |
D | bitmap.cc | 46 alloc_(true) { in Bitmap() 60 alloc_(false) { in Bitmap() 64 if (alloc_) in ~Bitmap() 69 DCHECK(alloc_ || !map_); in Resize() 80 if (alloc_) in Resize() 83 alloc_ = true; in Resize()
|
D | bitmap.h | 16 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {} in Bitmap() 129 bool alloc_; // Whether or not we allocated the memory. variable
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | heap-profile-table.cc | 133 : alloc_(alloc), in HeapProfileTable() 141 bucket_table_ = static_cast<Bucket**>(alloc_(table_bytes)); in HeapProfileTable() 146 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_); in HeapProfileTable() 196 const void** kcopy = reinterpret_cast<const void**>(alloc_(key_size)); in GetBucket() 198 Bucket* b = reinterpret_cast<Bucket*>(alloc_(sizeof(Bucket))); in GetBucket() 337 Bucket** list = static_cast<Bucket**>(alloc_(sizeof(Bucket) * num_buckets_)); in MakeSortedBucketList() 373 type_size_map = new(alloc_(sizeof(AddressMap<TypeCount>))) in DumpTypeStatistics() 374 AddressMap<TypeCount>(alloc_, dealloc_); in DumpTypeStatistics() 609 Snapshot* s = new (alloc_(sizeof(Snapshot))) Snapshot(alloc_, dealloc_); in TakeSnapshot() 631 Snapshot* s = new (alloc_(sizeof(Snapshot))) Snapshot(alloc_, dealloc_); in NonLiveSnapshot()
|
D | addressmap-inl.h | 250 Allocator alloc_; // The allocator variable 258 void* ptr = (*alloc_)(sizeof(Object) + num*sizeof(T)); in New() 272 alloc_(alloc), in AddressMap()
|
D | deep-heap-profile.cc | 311 deep_table_(kHashTableSize, heap_profile->alloc_, heap_profile->dealloc_), in DeepHeapProfile() 317 reinterpret_cast<char*>(heap_profile_->alloc_(prefix_length + 1)); in DeepHeapProfile() 608 alloc_(alloc), in DeepBucketTable() 663 DeepBucket* db = reinterpret_cast<DeepBucket*>(alloc_(sizeof(DeepBucket))); in Lookup()
|
D | deep-heap-profile.h | 293 HeapProfileTable::Allocator alloc_; variable
|
D | heap-profile-table.h | 451 Allocator alloc_; variable
|
/external/chromium_org/courgette/ |
D | memory_allocator.h | 339 alloc_.deallocate(buffer_, alloc_size_); in clear() 360 T* new_buffer = alloc_.allocate(size); in reserve() 367 alloc_.deallocate(buffer_, alloc_size_); in reserve() 380 if (size > alloc_.max_size() - size_) in append() 387 const size_t max_size = alloc_.max_size(); in append() 485 Allocator alloc_; variable
|
/external/v8/src/ |
D | ast.cc | 795 HeapStringAllocator alloc_; member in v8::internal::RegExpUnparser 800 RegExpUnparser::RegExpUnparser() : stream_(&alloc_) { in RegExpUnparser()
|
D | jsregexp.cc | 3249 stream_(&alloc_) { } in DotPrinter() 3261 HeapStringAllocator alloc_; member in v8::internal::DotPrinter
|
/external/chromium_org/v8/src/ |
D | ast.cc | 926 HeapStringAllocator alloc_; member in v8::internal::V8_FINAL 932 RegExpUnparser::RegExpUnparser(Zone* zone) : stream_(&alloc_), zone_(zone) { in RegExpUnparser()
|
D | jsregexp.cc | 4342 stream_(&alloc_) { } in DotPrinter() 4354 HeapStringAllocator alloc_; member in v8::internal::DotPrinter
|
/external/bison/ |
D | maint.mk | 540 _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
|