Searched refs:space (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dmemalloc.c55 * Like malloc, but returns an error when out of space.
65 error("Out of space");
79 error("Out of space");
112 char space[MINSIZE]; member in struct:stack_block
118 char *stacknxt = stackbase.space;
139 stacknxt = sp->space;
197 * of space on top of the stack and stackblocklen returns the length of
198 * this block. Growstackblock will grow this space by at least one byte,
208 if (stacknxt == stackp->space && stackp != &stackbase) {
221 stacknxt = sp->space;
[all...]

Completed in 2 milliseconds