HomeSort by relevance Sort by last modified time
    Searched refs:freelist_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/memory_watcher/
call_stack.cc 377 AllocationStack* AllocationStack::freelist_ = NULL; member in class:AllocationStack
383 if (freelist_ != NULL) {
384 AllocationStack* stack = freelist_;
385 freelist_ = freelist_->next_;
397 stack->next_ = freelist_;
398 freelist_ = stack;
call_stack.h 162 static AllocationStack* freelist_; member in class:AllocationStack

Completed in 2060 milliseconds