Home | History | Annotate | Download | only in libebl

Lines Matching defs:memory

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