Searched defs:allocator_ (Results 1 - 18 of 18) sorted by relevance

/external/google-breakpad/src/common/
H A Dmemory_unittest.cc70 PageAllocator allocator_; local
71 wasteful_vector<int> v(&allocator_);
77 PageAllocator allocator_; local
78 wasteful_vector<unsigned> v(&allocator_);
92 PageAllocator allocator_; local
93 wasteful_vector<unsigned> v(&allocator_);
96 ASSERT_TRUE(allocator_.OwnsPointer(&v[0]));
H A Dmemory.h167 explicit PageStdAllocator(PageAllocator& allocator): allocator_(allocator) {}
169 : allocator_(other.allocator_) {}
172 return static_cast<pointer>(allocator_.Alloc(sizeof(T) * n));
185 // otherwise complain that `other.allocator_` is private in the constructor
189 PageAllocator& allocator_; member in struct:google_breakpad::PageStdAllocator
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.h100 PageAllocator* allocator() { return &allocator_; }
173 mutable PageAllocator allocator_; member in class:google_breakpad::LinuxDumper
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h225 mutable PageAllocator allocator_; member in class:google_breakpad::MinidumpGenerator
/external/v8/src/
H A Dsplay-tree.h39 : root_(NULL), allocator_(allocator) {}
54 AllocationPolicy allocator() { return allocator_; }
195 AllocationPolicy allocator_; member in class:v8::internal::SplayTree
H A Dstring-stream.h81 allocator_(allocator),
84 buffer_(allocator_->allocate(kInitialCapacity)) {
145 StringAllocator* allocator_; member in class:v8::internal::FINAL
H A Dlithium-allocator.h566 LAllocator* allocator_; member in class:v8::internal::LAllocatorPhase
H A Dlithium-allocator.cc2168 allocator_(allocator) {
2178 unsigned size = allocator_->zone()->allocation_size() -
2184 isolate()->GetHTracer()->TraceLithium(name(), allocator_->chunk());
2185 isolate()->GetHTracer()->TraceLiveRanges(name(), allocator_); local
2189 if (allocator_ != NULL) allocator_->Verify();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc228 : addr2line_path_(addr2line_path), allocator_(allocator),
256 new(*allocator_) Addr2LineProcess(addr2line_path_, module_name);
267 LowLevelAllocator *allocator_; member in class:__sanitizer::Addr2LinePool
/external/openfst/src/include/fst/
H A Dcache.h128 allocator_ = allocator ? allocator : new C();
138 allocator_ = allocator ? allocator : new C();
149 allocator_ = new C();
157 cache_first_state_ = allocator_->Allocate(cache_first_state_id_);
167 S *copied_state = allocator_->Allocate(s);
179 allocator_->Free(cache_first_state_, cache_first_state_id_);
180 delete allocator_;
349 allocator_->Free(cache_first_state_, cache_first_state_id_);
351 allocator_->Free(VectorFstBaseImpl<S>::GetState(s), s);
462 return allocator_;
484 C *allocator_; // used to allocate new states member in class:fst::CacheBaseImpl
[all...]
/external/v8/src/compiler/
H A Dregister-allocator.h539 RegisterAllocator* allocator_; member in class:v8::internal::compiler::RegisterAllocatorPhase
/external/v8/src/arm/
H A Dlithium-arm.h2765 allocator_(allocator) {}
2888 LAllocator* allocator_; member in class:v8::internal::FINAL
/external/v8/src/ia32/
H A Dlithium-ia32.h2757 allocator_(allocator) {}
2885 LAllocator* allocator_; member in class:v8::internal::FINAL
/external/v8/src/mips/
H A Dlithium-mips.h2725 allocator_(allocator) {}
2847 LAllocator* allocator_; member in class:v8::internal::FINAL
/external/v8/src/mips64/
H A Dlithium-mips64.h2709 allocator_(allocator) {}
2831 LAllocator* allocator_; member in class:v8::internal::FINAL
/external/v8/src/x64/
H A Dlithium-x64.h2756 allocator_(allocator) {}
2880 LAllocator* allocator_; member in class:v8::internal::FINAL
/external/v8/src/x87/
H A Dlithium-x87.h2773 allocator_(allocator) {}
2899 LAllocator* allocator_; member in class:v8::internal::FINAL
/external/v8/src/arm64/
H A Dlithium-arm64.h3101 allocator_(allocator) {}
3249 LAllocator* allocator_; member in class:v8::internal::FINAL

Completed in 1850 milliseconds