Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/public/pw_allocator/
Dfreelist.h90 struct FreeListNode { struct
92 FreeListNode* next; argument
96 constexpr FreeList(Vector<FreeListNode*>& chunks, Vector<size_t>& sizes) in FreeList() argument