Searched refs:alloc_ (Results 1 - 18 of 18) sorted by relevance

/external/chromium/net/disk_cache/
H A Dbitmap.h16 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {}
129 bool alloc_; // Whether or not we allocated the memory. member in class:disk_cache::Bitmap
H A Dbitmap.cc46 alloc_(true) {
60 alloc_(false) {
64 if (alloc_)
69 DCHECK(alloc_ || !map_);
80 if (alloc_)
83 alloc_ = true;
/external/chromium_org/net/disk_cache/
H A Dbitmap.h16 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {}
129 bool alloc_; // Whether or not we allocated the memory. member in class:disk_cache::Bitmap
H A Dbitmap.cc46 alloc_(true) {
60 alloc_(false) {
64 if (alloc_)
69 DCHECK(alloc_ || !map_);
80 if (alloc_)
83 alloc_ = true;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.cc126 : alloc_(alloc), dealloc_(dealloc) {
132 alloc_table_ = reinterpret_cast<Bucket**>(alloc_(alloc_table_bytes));
142 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
203 const void** kcopy = reinterpret_cast<const void**>(alloc_(key_size));
205 Bucket* b = reinterpret_cast<Bucket*>(alloc_(sizeof(Bucket)));
329 Bucket** list = reinterpret_cast<Bucket**>(alloc_(sizeof(Bucket) *
362 mmap_table_ = reinterpret_cast<Bucket**>(alloc_(mmap_table_bytes));
369 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc
[all...]
H A Daddressmap-inl.h250 Allocator alloc_; // The allocator member in class:AddressMap
258 void* ptr = (*alloc_)(sizeof(Object) + num*sizeof(T));
272 alloc_(alloc),
H A Dheap-profile-table.h342 Allocator alloc_; member in class:HeapProfileTable
/external/chromium_org/courgette/
H A Dmemory_allocator.h339 alloc_.deallocate(buffer_, alloc_size_);
360 T* new_buffer = alloc_.allocate(size);
367 alloc_.deallocate(buffer_, alloc_size_);
380 if (size > alloc_.max_size() - size_)
387 const size_t max_size = alloc_.max_size();
485 Allocator alloc_;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.cc130 : alloc_(alloc),
138 bucket_table_ = static_cast<Bucket**>(alloc_(table_bytes));
143 new(alloc_(sizeof(AllocationMap))) AllocationMap(alloc_, dealloc_);
193 const void** kcopy = reinterpret_cast<const void**>(alloc_(key_size));
195 Bucket* b = reinterpret_cast<Bucket*>(alloc_(sizeof(Bucket)));
334 Bucket** list = static_cast<Bucket**>(alloc_(sizeof(Bucket) * num_buckets_));
370 type_size_map = new(alloc_(sizeof(AddressMap<TypeCount>)))
371 AddressMap<TypeCount>(alloc_, dealloc_);
606 Snapshot* s = new (alloc_(sizeo
[all...]
H A Daddressmap-inl.h250 Allocator alloc_; // The allocator member in class:AddressMap
258 void* ptr = (*alloc_)(sizeof(Object) + num*sizeof(T));
272 alloc_(alloc),
H A Ddeep-heap-profile.cc283 deep_table_(kHashTableSize, heap_profile->alloc_, heap_profile->dealloc_),
289 reinterpret_cast<char*>(heap_profile_->alloc_(prefix_length + 1));
579 alloc_(alloc),
634 DeepBucket* db = reinterpret_cast<DeepBucket*>(alloc_(sizeof(DeepBucket)));
H A Ddeep-heap-profile.h276 HeapProfileTable::Allocator alloc_; member in class:DeepHeapProfile::DeepBucketTable
H A Dheap-profile-table.h451 Allocator alloc_; member in class:HeapProfileTable
/external/v8/src/
H A Dast.cc795 HeapStringAllocator alloc_; member in class:v8::internal::RegExpUnparser
800 RegExpUnparser::RegExpUnparser() : stream_(&alloc_) {
H A Djsregexp.cc3249 stream_(&alloc_) { }
3261 HeapStringAllocator alloc_; member in class:v8::internal::DotPrinter
/external/chromium_org/v8/src/
H A Dast.cc873 HeapStringAllocator alloc_; member in class:v8::internal::RegExpUnparser
879 RegExpUnparser::RegExpUnparser(Zone* zone) : stream_(&alloc_), zone_(zone) {
H A Djsregexp.cc4350 stream_(&alloc_) { }
4362 HeapStringAllocator alloc_; member in class:v8::internal::DotPrinter
/external/bison/
H A Dmaint.mk533 #x(((2n?)?re|c(har)?|n(re|m)|z)alloc|alloc_(oversized|die)|m(alloc|emdup)|strdup)
536 # x(((2n?)?re|c(har)?|n(re|m)|[mz])alloc|alloc_(oversized|die)|(mem|str)dup)
539 # x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)
540 _xa1 = x(((2n?)?re|char|n(re|m)|[cmz])alloc|alloc_(oversized|die)|(mem|str)dup)

Completed in 349 milliseconds