Searched defs:FreeInfo (Results 1 – 2 of 2) sorted by relevance
36 struct FreeInfo { struct37 uint32_t tag = 0;38 uint32_t alloc_id = 0;
183 explicit FreeInfo(uint32_t alloc_id) : alloc_id_(alloc_id) {} in FreeInfo() function