Lines Matching refs:freemem
66 void **freemem_pages; /* Array of pages used for freemem. */
67 struct list_head freemem; /* List of free memory for strings. */
173 line = alloc_string(&tp->freemem,
187 tp->input = alloc_string(&tp->freemem, tp->view.cols * 2 - 9 + 6);
215 line = alloc_string(&tp->freemem,sizeof(blueprint));
273 * freemem, free strings until there is room.
280 s = alloc_string(&tp->freemem, size);
289 if (free_string(&tp->freemem, s) >= size)
292 s = alloc_string(&tp->freemem, size);
340 free_string(&tp->freemem, s);
467 free_string(&tp->freemem, s);
728 INIT_LIST_HEAD(&tp->freemem);
739 add_string_memory(&tp->freemem,
866 free_string(&tp->freemem, tp->prompt);
867 free_string(&tp->freemem, tp->status);
1158 free_string(&tp->freemem, s);