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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc426 static StackTopSet* stack_tops = NULL; variable
640 stack_tops->insert(top); // add for later use
765 = stack_tops->lower_bound(start_address);
766 if (iter != stack_tops->end()) {
1261 stack_tops = new(Allocator::Allocate(sizeof(StackTopSet))) StackTopSet;
1347 Allocator::DeleteAndNull(&stack_tops);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc426 static StackTopSet* stack_tops = NULL; variable
640 stack_tops->insert(top); // add for later use
765 = stack_tops->lower_bound(start_address);
766 if (iter != stack_tops->end()) {
1261 stack_tops = new(Allocator::Allocate(sizeof(StackTopSet))) StackTopSet;
1347 Allocator::DeleteAndNull(&stack_tops);

Completed in 43 milliseconds