Home | History | Annotate | Download | only in libebl

Lines Matching defs:memory

51   char memory[0];
58 struct memoryblock *memory;
111 newmem->next = st->memory;
112 st->memory = newmem;
113 st->backp = newmem->memory;
114 st->left = len - offsetof (struct memoryblock, memory);
123 struct memoryblock *mb = st->memory;
149 /* Make sure there is enough room in the memory block. */
220 /* Allocate memory for the new string and its associated information. */
240 /* We have an exact match with a substring. Free the memory
269 /* We have an exact match. Free the memory we allocated. */