Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1146 static PageHeapAllocator<StackTrace> stacktrace_allocator; variable
2798 stacktrace_allocator.Init(); in InitModule()
3330 StackTrace *stack = stacktrace_allocator.New(); in CreateCacheIfNecessary()
3439 stacktrace_allocator.Delete(reinterpret_cast<StackTrace*>(span->objects)); in CreateCacheIfNecessary()