Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2178 struct AllocationInfo { struct
2182 AllocationInfo(const ExplodedNode *InN, in AllocationInfo() argument
/external/v8/src/heap/
Dspaces.h96 class AllocationInfo; variable
1253 AllocationInfo() : top_(NULL), limit_(NULL) {} in AllocationInfo() function