Searched defs:StackDepotNode (Results 1 – 1 of 1) sorted by relevance
21 struct StackDepotNode { struct22 StackDepotNode *link;23 u32 id;25 u32 size;26 u32 tag;27 uptr stack[1]; // [size]35 static const u32 kHashMask = ~kUseCountMask;37 typedef StackTrace args_type;52 static u32 hash(const args_type &args) { in hash()66 args_type load() const { in load()[all …]