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

/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager.h88 typedef std::pair<int,size_t> Allocation; typedef in class:WebCacheManager
92 typedef std::list<Allocation> AllocationStrategy;
H A Dweb_cache_manager_unittest.cc19 typedef WebCacheManager::Allocation Allocation; typedef in class:WebCacheManagerTest
/external/webkit/Source/JavaScriptCore/heap/
H A DHeap.h52 enum OperationInProgress { NoOperation, Allocation, Collection }; enumerator in enum:JSC::OperationInProgress
/external/webkit/Source/JavaScriptCore/jit/
H A DExecutableAllocator.h85 CRASH(); // Allocation is too large
103 typedef PageAllocation Allocation; typedef in class:JSC::ExecutablePool
105 class Allocation {
107 Allocation(void* base, size_t size)
121 typedef Vector<Allocation, 2> AllocationList;
164 static Allocation systemAlloc(size_t n);
165 static void systemRelease(Allocation& alloc);
347 Allocation mem = systemAlloc(allocSize);
359 Allocation result = systemAlloc(allocSize);

Completed in 191 milliseconds