Searched refs:objalloc_chunk (Results 1 – 1 of 1) sorted by relevance
58 struct objalloc_chunk struct61 struct objalloc_chunk *next; argument71 ((sizeof (struct objalloc_chunk) + OBJALLOC_ALIGN - 1) \89 struct objalloc_chunk *chunk; in objalloc_create()102 chunk = (struct objalloc_chunk *) ret->chunks; in objalloc_create()141 struct objalloc_chunk *chunk; in _objalloc_alloc()147 chunk = (struct objalloc_chunk *) ret; in _objalloc_alloc()148 chunk->next = (struct objalloc_chunk *) o->chunks; in _objalloc_alloc()157 struct objalloc_chunk *chunk; in _objalloc_alloc()159 chunk = (struct objalloc_chunk *) malloc (CHUNK_SIZE); in _objalloc_alloc()[all …]