Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1182 static PageHeapAllocator<StackTrace> stacktrace_allocator; variable
2900 stacktrace_allocator.Init(); in InitModule()
3432 StackTrace *stack = stacktrace_allocator.New(); in CreateCacheIfNecessary()
3541 stacktrace_allocator.Delete(reinterpret_cast<StackTrace*>(span->objects)); in CreateCacheIfNecessary()