Lines Matching defs:memory
60 char memory[0];
67 struct memoryblock *memory;
112 size_t overhead = offsetof (struct memoryblock, memory);
122 newmem->next = st->memory;
123 st->memory = newmem;
124 st->backp = newmem->memory;
134 struct memoryblock *mb = st->memory;
156 /* Make sure there is enough room in the memory block. */
218 /* Allocate memory for the new string and its associated information. */
237 /* We have an exact match with a substring. Free the memory
266 /* We have an exact match. Free the memory we allocated. */