Searched refs:memblock (Results 1 – 3 of 3) sorted by relevance
51 struct memblock { struct52 struct memblock *next; argument65 struct memblock *first; argument66 struct memblock *last;84 struct memblock *block; in memory_write()122 struct memblock *block; in memory_read()
476 struct bundle_alloc_head *memblock; in bundle_destroy() local512 for (memblock = pbundle->allocated_mem; memblock;) { in bundle_destroy()513 struct bundle_alloc_head *tmp = memblock; in bundle_destroy()515 memblock = memblock->next; in bundle_destroy()
175 void *_expand(void *memblock, size_t size) { in _expand() argument182 void *_expand_dbg(void *memblock, size_t size) { in _expand_dbg() argument183 return _expand(memblock, size); in _expand_dbg()