Searched defs:memman_blockman (Results 1 – 1 of 1) sorted by relevance
68 struct memman_blockman { struct69 unsigned int size; /* size of chunk */70 unsigned int available; /* total # of available chunks */71 void *initial_block; /* initial memory storage */72 unsigned initialized; /* initialized or not */97 struct memman_blockman *blockman; argument