prepare for aalloc.c, which I have just written myself, as an area-based

allocator using malloc and free, with mmap malloc and omalloc in mind,
not counterfeiting its security measures such as guard pages, and having
some of our own, e.g. XOR random cookies, optional mprotect, etc.

zero cost (for we have arc4random())
This commit is contained in:
tg
2008-11-12 04:55:19 +00:00
parent 8d5d720f08
commit 3c1e46ee4d
4 changed files with 479 additions and 5 deletions

4
sh.h
View File

@@ -103,9 +103,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.256 2008/11/12 00:55:32 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.257 2008/11/12 04:55:19 tg Exp $");
#endif
#define MKSH_VERSION "R36 2008/11/10"
#define MKSH_VERSION "R36 2008/11/11"
#ifndef MKSH_INCLUDES_ONLY