Searched refs:LiveObjectsStack (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc387 > LiveObjectsStack; typedef
388 static LiveObjectsStack* live_objects = NULL;
397 typedef map<HCL_string, LiveObjectsStack, less<HCL_string>,
398 STL_Allocator<pair<const HCL_string, LiveObjectsStack>,
668 for (LiveObjectsStack::iterator span = lib->second.begin();
1181 for (LiveObjectsStack::const_iterator i = l->second.begin();
1219 for (LiveObjectsStack::const_iterator i = l->second.begin();
1259 live_objects = new(Allocator::Allocate(sizeof(LiveObjectsStack)))
1260 LiveObjectsStack;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc387 > LiveObjectsStack; typedef
388 static LiveObjectsStack* live_objects = NULL;
397 typedef map<HCL_string, LiveObjectsStack, less<HCL_string>,
398 STL_Allocator<pair<const HCL_string, LiveObjectsStack>,
668 for (LiveObjectsStack::iterator span = lib->second.begin();
1181 for (LiveObjectsStack::const_iterator i = l->second.begin();
1219 for (LiveObjectsStack::const_iterator i = l->second.begin();
1259 live_objects = new(Allocator::Allocate(sizeof(LiveObjectsStack)))
1260 LiveObjectsStack;

Completed in 1427 milliseconds