Home
last modified time | relevance | path

Searched defs:AllocationInfo (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register.h326 struct AllocationInfo { struct
339 AllocationInfo, argument
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2202 struct AllocationInfo { struct
2203 const ExplodedNode* N;
2204 const MemRegion *R;
2205 const LocationContext *InterestingMethodContext;
2206 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
/external/v8/src/heap/
Dspaces.h29 class AllocationInfo; variable
1474 AllocationInfo() : original_top_(nullptr), top_(nullptr), limit_(nullptr) {} in AllocationInfo() function
1475 AllocationInfo(Address top, Address limit) in AllocationInfo() function