Searched defs:AllocationStack (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/memory_watcher/
H A Dcall_stack.h144 // An AllocationStack is a type of CallStack which represents a CallStack where
148 class AllocationStack : public CallStack { class in inherits:CallStack
150 explicit AllocationStack(int32 size) function in class:AllocationStack
160 AllocationStack* next_; // Pointer used when on the freelist.
162 static AllocationStack* freelist_;
165 DISALLOW_COPY_AND_ASSIGN(AllocationStack);

Completed in 221 milliseconds