Home
last modified time | relevance | path

Searched defs:allocationTrackingEnabled (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc26 static const char allocationTrackingEnabled[] = "allocationTrackingEnabled"; variable
183 bool allocationTrackingEnabled = trackAllocations.fromMaybe(false); in startTrackingHeapObjects() local