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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
static_vars.h 52 static SpinLock* pageheap_lock() { return &pageheap_lock_; } function in class:tcmalloc::Static
65 // must be protected by pageheap_lock.
tcmalloc.cc 44 // 3. The central page allocator is protected by "pageheap_lock".
47 // the "pageheap_lock".
343 SpinLockHolder h(Static::pageheap_lock());
520 SpinLockHolder h(Static::pageheap_lock());
539 SpinLockHolder h(Static::pageheap_lock());
572 SpinLockHolder h(Static::pageheap_lock());
599 // NOTE: Protected by Static::pageheap_lock().
638 SpinLockHolder h(Static::pageheap_lock());
645 return table.ReadStackTracesAndClear(); // grabs and releases pageheap_lock
681 SpinLockHolder l(Static::pageheap_lock());
    [all...]
thread_cache.cc 278 SpinLockHolder h(Static::pageheap_lock());
289 // Don't hold pageheap_lock too long. Try to steal from 10 other
322 SpinLockHolder h(Static::pageheap_lock());
339 SpinLockHolder h(Static::pageheap_lock());
352 SpinLockHolder h(Static::pageheap_lock());
458 SpinLockHolder h(Static::pageheap_lock());
stack_trace_table.cc 145 SpinLockHolder h(Static::pageheap_lock());
central_freelist.cc 140 SpinLockHolder h(Static::pageheap_lock());
314 SpinLockHolder h(Static::pageheap_lock());
  /external/chromium_org/third_party/tcmalloc/vendor/src/
static_vars.h 52 static SpinLock* pageheap_lock() { return &pageheap_lock_; } function in class:tcmalloc::Static
65 // must be protected by pageheap_lock.
tcmalloc.cc 44 // 3. The central page allocator is protected by "pageheap_lock".
47 // the "pageheap_lock".
334 SpinLockHolder h(Static::pageheap_lock());
492 SpinLockHolder h(Static::pageheap_lock());
511 SpinLockHolder h(Static::pageheap_lock());
544 SpinLockHolder h(Static::pageheap_lock());
571 // NOTE: Protected by Static::pageheap_lock().
610 SpinLockHolder h(Static::pageheap_lock());
617 return table.ReadStackTracesAndClear(); // grabs and releases pageheap_lock
653 SpinLockHolder l(Static::pageheap_lock());
    [all...]
thread_cache.cc 272 SpinLockHolder h(Static::pageheap_lock());
283 // Don't hold pageheap_lock too long. Try to steal from 10 other
311 SpinLockHolder h(Static::pageheap_lock());
328 SpinLockHolder h(Static::pageheap_lock());
341 SpinLockHolder h(Static::pageheap_lock());
447 SpinLockHolder h(Static::pageheap_lock());
stack_trace_table.cc 145 SpinLockHolder h(Static::pageheap_lock());
central_freelist.cc 140 SpinLockHolder h(Static::pageheap_lock());
317 SpinLockHolder h(Static::pageheap_lock());
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stack_trace_table_test.cc 29 SpinLockHolder h(tcmalloc::Static::pageheap_lock());
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stack_trace_table_test.cc 29 SpinLockHolder h(tcmalloc::Static::pageheap_lock());
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 45 // 3. The central page allocator is protected by "pageheap_lock".
48 // the "pageheap_lock".
    [all...]

Completed in 967 milliseconds