HomeSort by relevance Sort by last modified time
    Searched refs:systemAlloc (Results 1 - 5 of 5) sorted by null

  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorWin.cpp 43 ExecutablePool::Allocation ExecutablePool::systemAlloc(size_t n)
ExecutableAllocatorSymbian.cpp 50 ExecutablePool::Allocation ExecutablePool::systemAlloc(size_t n)
ExecutableAllocatorPosix.cpp 45 ExecutablePool::Allocation ExecutablePool::systemAlloc(size_t n)
ExecutableAllocator.h 129 static Allocation systemAlloc(size_t n);
258 Allocation mem = systemAlloc(allocSize);
270 Allocation result = systemAlloc(allocSize);
ExecutableAllocatorFixedVMPool.cpp 427 ExecutablePool::Allocation ExecutablePool::systemAlloc(size_t size)

Completed in 104 milliseconds