HomeSort by relevance Sort by last modified time
    Searched defs:MemoryAllocator (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/courgette/
memory_allocator.h 124 class MemoryAllocator {
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/
teglMemoryStressTests.cpp 63 class MemoryAllocator
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)
117 MemoryAllocator::~MemoryAllocator (void)
132 bool MemoryAllocator::allocateUntilFailure (void)
176 void MemoryAllocator::allocatePBuffer (void)
241 void MemoryAllocator::allocateContext (void
    [all...]
  /external/chromium_org/v8/src/
spaces.cc 265 // MemoryAllocator
268 MemoryAllocator::MemoryAllocator(Isolate* isolate)
279 bool MemoryAllocator::SetUp(intptr_t capacity, intptr_t capacity_executable) {
291 void MemoryAllocator::TearDown() {
292 // Check that spaces were torn down before MemoryAllocator.
301 bool MemoryAllocator::CommitMemory(Address base,
312 void MemoryAllocator::FreeMemory(VirtualMemory* reservation,
337 void MemoryAllocator::FreeMemory(Address base,
365 Address MemoryAllocator::ReserveAlignedMemory(size_t size
    [all...]
spaces.h 95 class MemoryAllocator;
733 friend class MemoryAllocator;
840 friend class MemoryAllocator;
863 friend class MemoryAllocator;
    [all...]

Completed in 2771 milliseconds