Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_mempool.h313 struct MemPoolBlockInfo struct
316MemPoolBlockInfo* iNextFreeBlock; // Pointer to the next (right neighbor) free block in the buffer… argument
317MemPoolBlockInfo* iPrevFreeBlock; // Pointer to the previous (left neighbor) free block in the buf… argument
332 MemPoolBlockInfo* findfreeblock(uint32 aBlockSize); argument