HomeSort by relevance Sort by last modified time
    Searched defs:AllocationEvent (Results 1 - 4 of 4) sorted by null

  /external/v8/src/profiler/
heap-profiler.cc 153 void HeapProfiler::AllocationEvent(Address addr, int size) {
156 allocation_tracker_->AllocationEvent(addr, size);
allocation-tracker.cc 223 void AllocationTracker::AllocationEvent(Address addr, int size) {
  /external/v8/src/heap/
gc-tracer.h 154 class AllocationEvent {
157 AllocationEvent() {}
159 AllocationEvent(double duration, size_t allocation_in_bytes);
314 typedef RingBuffer<AllocationEvent, kRingBufferMaxSize> AllocationEventBuffer;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 316 milliseconds