Home
last modified time | relevance | path

Searched refs:stacktrace_allocator (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1220 static PageHeapAllocator<StackTrace> stacktrace_allocator; variable
3030 stacktrace_allocator.Init(); in InitModule()
3566 StackTrace *stack = stacktrace_allocator.New(); in CreateCacheIfNecessary()
3675 stacktrace_allocator.Delete(reinterpret_cast<StackTrace*>(span->objects)); in CreateCacheIfNecessary()