Lines Matching defs:memory
51 char memory[0];
58 struct memoryblock *memory;
113 newmem->next = st->memory;
114 st->memory = newmem;
115 st->backp = newmem->memory;
116 st->left = len - offsetof (struct memoryblock, memory);
123 struct memoryblock *mb = st->memory;
153 /* Make sure there is enough room in the memory block. */
233 /* Allocate memory for the new string and its associated information. */
251 /* We have an exact match with a substring. Free the memory
280 /* We have an exact match. Free the memory we allocated. */