Home
last modified time | relevance | path

Searched refs:alloc_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/disk_cache/
Dbitmap.cc46 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()
Dbitmap.h16 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/v8/src/
Dast.cc795 HeapStringAllocator alloc_; member in v8::internal::RegExpUnparser
800 RegExpUnparser::RegExpUnparser() : stream_(&alloc_) { in RegExpUnparser()
Djsregexp.cc3249 stream_(&alloc_) { } in DotPrinter()
3261 HeapStringAllocator alloc_; member in v8::internal::DotPrinter