Home | History | Annotate | Download | only in libebl

Lines Matching defs:memory

67   char memory[0];
74 struct memoryblock *memory;
125 newmem->next = st->memory;
126 st->memory = newmem;
127 st->backp = newmem->memory;
128 st->left = len - offsetof (struct memoryblock, memory);
137 struct memoryblock *mb = st->memory;
163 /* Make sure there is enough room in the memory block. */
235 /* Allocate memory for the new string and its associated information. */
255 /* We have an exact match with a substring. Free the memory
284 /* We have an exact match. Free the memory we allocated. */