Home
last modified time | relevance | path

Searched refs:objalloc_chunk (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dobjalloc.c58 struct objalloc_chunk struct
61 struct objalloc_chunk *next; argument
71 ((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 …]
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dobjalloc.c58 struct objalloc_chunk struct
61 struct objalloc_chunk *next; argument
71 ((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 …]
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dobjalloc.c58 struct objalloc_chunk struct
61 struct objalloc_chunk *next; argument
71 ((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 …]