OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationContextTracker
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker.cc
17
subtle::Atomic32
AllocationContextTracker
::capture_enabled_ = 0;
26
delete static_cast<
AllocationContextTracker
*>(alloc_ctx_tracker);
31
AllocationContextTracker
::
AllocationContextTracker
() {}
32
AllocationContextTracker
::~
AllocationContextTracker
() {}
35
AllocationContextTracker
*
AllocationContextTracker
::GetThreadLocalTracker() {
37
static_cast<
AllocationContextTracker
*>(g_tls_alloc_ctx_tracker.Get());
40
tracker = new
AllocationContextTracker
();
[
all
...]
heap_profiler_allocation_context_tracker.h
24
class BASE_EXPORT
AllocationContextTracker
{
55
~
AllocationContextTracker
();
58
AllocationContextTracker
();
60
static
AllocationContextTracker
* GetThreadLocalTracker();
67
DISALLOW_COPY_AND_ASSIGN(
AllocationContextTracker
);
heap_profiler_allocation_context_tracker_unittest.cc
27
// in |
AllocationContextTracker
::GetContextSnapshot|.
30
AllocationContext ctx =
AllocationContextTracker
::GetContextSnapshot();
49
AllocationContext ctx =
AllocationContextTracker
::GetContextSnapshot();
60
AllocationContextTracker
::SetCaptureEnabled(true);
64
AllocationContextTracker
::SetCaptureEnabled(false);
210
AllocationContext ctx =
AllocationContextTracker
::GetContextSnapshot();
218
AllocationContext ctx =
AllocationContextTracker
::GetContextSnapshot();
heap_profiler_allocation_context.h
19
// |
AllocationContextTracker
| which keeps stacks of context in TLS.
25
// case, |Backtrace| and |
AllocationContextTracker
::GetContextSnapshot| might
68
friend class
AllocationContextTracker
;
trace_log.cc
[
all
...]
memory_dump_manager.cc
138
AllocationContextTracker
::SetCaptureEnabled(true);
Completed in 1046 milliseconds