Home | History | Annotate | Download | only in libebl

Lines Matching defs:memory

66   char memory[0];
73 struct memoryblock *memory;
119 size_t overhead = offsetof (struct memoryblock, memory);
129 newmem->next = st->memory;
130 st->memory = newmem;
131 st->backp = newmem->memory;
141 struct memoryblock *mb = st->memory;
163 /* Make sure there is enough room in the memory block. */
229 /* Allocate memory for the new string and its associated information. */
248 /* We have an exact match with a substring. Free the memory
277 /* We have an exact match. Free the memory we allocated. */