Searched refs:objalloc_chunk (Results 1 – 1 of 1) sorted by relevance
60 struct objalloc_chunk struct63 struct objalloc_chunk *next; argument73 ((sizeof (struct objalloc_chunk) + OBJALLOC_ALIGN - 1) \91 struct objalloc_chunk *chunk; in objalloc_create()104 chunk = (struct objalloc_chunk *) ret->chunks; in objalloc_create()136 struct objalloc_chunk *chunk; in _objalloc_alloc()142 chunk = (struct objalloc_chunk *) ret; in _objalloc_alloc()143 chunk->next = (struct objalloc_chunk *) o->chunks; in _objalloc_alloc()152 struct objalloc_chunk *chunk; in _objalloc_alloc()154 chunk = (struct objalloc_chunk *) malloc (CHUNK_SIZE); in _objalloc_alloc()[all …]