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