Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Dweb_cache_manager.h88 typedef std::pair<int,size_t> Allocation; typedef
Dweb_cache_manager_unittest.cc19 typedef WebCacheManager::Allocation Allocation; typedef in WebCacheManagerTest
/external/webkit/Source/JavaScriptCore/heap/
DHeap.h52 enum OperationInProgress { NoOperation, Allocation, Collection }; enumerator
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocator.h103 typedef PageAllocation Allocation; typedef
/external/v8/src/
Dv8globals.h114 class Allocation; variable