HomeSort by relevance Sort by last modified time
    Searched full:live_objects (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 380 // For any AllocObject::ptr "live_objects" is supposed to contain at most one
388 static LiveObjectsStack* live_objects = NULL; variable
395 // A placeholder to fill-in the starting values for live_objects
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
701 live_objects->push_back(
706 live_objects->push_back(
734 live_objects->push_back(AllocObject(ptr, info.object_size,
786 live_objects->push_back(AllocObject(ptr, info.object_size,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 380 // For any AllocObject::ptr "live_objects" is supposed to contain at most one
388 static LiveObjectsStack* live_objects = NULL; variable
395 // A placeholder to fill-in the starting values for live_objects
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
701 live_objects->push_back(
706 live_objects->push_back(
734 live_objects->push_back(AllocObject(ptr, info.object_size,
786 live_objects->push_back(AllocObject(ptr, info.object_size,
    [all...]
  /external/chromium_org/v8/src/
mark-compact.cc 3072 int live_objects = MarkWordToObjectStarts(*cell, offsets); local
3239 int live_objects = MarkWordToObjectStarts(*cell, offsets); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 993 static list<void*>* live_objects = new list<void*>; variable
1005 live_objects->push_back(obj_maker()); // test reachability at leak check
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 993 static list<void*>* live_objects = new list<void*>; variable
1005 live_objects->push_back(obj_maker()); // test reachability at leak check
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h 286 // (live_objects static global variable in out .cc file).
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h 286 // (live_objects static global variable in out .cc file).

Completed in 292 milliseconds