Home | History | Annotate | Download | only in libebl

Lines Matching defs:memory

52   char memory[0];
59 struct memoryblock *memory;
110 newmem->next = st->memory;
111 st->memory = newmem;
112 st->backp = newmem->memory;
113 st->left = len - offsetof (struct memoryblock, memory);
122 struct memoryblock *mb = st->memory;
148 /* 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. */