Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp1197 struct InfoEntry { struct
1198 size_t size;
1199 size_t num_allocations;
1200 uintptr_t frames[0];
/aosp_15_r20/external/clang/lib/Analysis/
H A DConsumed.cpp460 typedef MapType::iterator InfoEntry; typedef in clang::consumed::ConsumedStmtVisitor