Searched hist:ff802dc7bbf970a8cd17c40600c49b29540f4f58 (Results 1 – 2 of 2) sorted by relevance
/freebsd/bin/sh/ |
H A D | memalloc.h | diff ff802dc7bbf970a8cd17c40600c49b29540f4f58 Mon Dec 27 23:18:27 CET 2010 Jilles Tjoelker <jilles@FreeBSD.org> sh: Simplify "stack string" code slightly.
Maintain a pointer to the end of the stack string area instead of how much space is left. This simplifies the macros in memalloc.h. The places where the new variable must be updated are only where the memory area is created, destroyed or resized.
|
H A D | memalloc.c | diff ff802dc7bbf970a8cd17c40600c49b29540f4f58 Mon Dec 27 23:18:27 CET 2010 Jilles Tjoelker <jilles@FreeBSD.org> sh: Simplify "stack string" code slightly.
Maintain a pointer to the end of the stack string area instead of how much space is left. This simplifies the macros in memalloc.h. The places where the new variable must be updated are only where the memory area is created, destroyed or resized.
|