Searched defs:MemoryAllocator (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/courgette/
H A Dmemory_allocator.h124 class MemoryAllocator { class in namespace:courgette
150 // convert a MemoryAllocator<T> to a MemoryAllocator<OtherT>
151 typedef MemoryAllocator<OtherT> other;
154 MemoryAllocator() _THROW0() {
159 MemoryAllocator(const MemoryAllocator<T>& other) _THROW0() { // NOLINT
163 MemoryAllocator(const MemoryAllocator<OtherT>& other) _THROW0() { // NOLINT
166 ~MemoryAllocator() {
[all...]
/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp63 class MemoryAllocator class in namespace:deqp::egl::__anon19832
66 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
67 ~MemoryAllocator (void);
99 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use) function in class:deqp::egl::__anon19832::MemoryAllocator
117 MemoryAllocator::~MemoryAllocator (void)
132 bool MemoryAllocator::allocateUntilFailure (void)
176 void MemoryAllocator::allocatePBuffer (void)
241 void MemoryAllocator
[all...]
/external/chromium_org/v8/src/heap/
H A Dspaces.cc249 // MemoryAllocator
252 MemoryAllocator::MemoryAllocator(Isolate* isolate) function in class:v8::internal::MemoryAllocator
262 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) {
274 void MemoryAllocator::TearDown() {
275 // Check that spaces were torn down before MemoryAllocator.
284 bool MemoryAllocator::CommitMemory(Address base, size_t size,
295 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation,
319 void MemoryAllocator::FreeMemory(Address base, size_t size,
345 Address MemoryAllocator
[all...]
H A Dspaces.h95 class MemoryAllocator;
690 friend class MemoryAllocator;
789 friend class MemoryAllocator;
809 friend class MemoryAllocator;
997 class MemoryAllocator { class in namespace:v8::internal
999 explicit MemoryAllocator(Isolate* isolate);
1036 // been allocated by this MemoryAllocator.
1153 DISALLOW_IMPLICIT_CONSTRUCTORS(MemoryAllocator);

Completed in 1590 milliseconds