Searched refs:stack_mem (Results 1 – 1 of 1) sorted by relevance
76 void *stack_mem, *temp_malloc_mem; in _allocate_memory() local78 if ((stack_mem = alloca(_size_stack))) in _allocate_memory()79 _touch_memory(stack_mem, _size_stack); in _allocate_memory()