Implement space-efficient allocator for small data structures. We
commitac3017e7f3762cb212fa86beb9d951e50e84e432
authorLinus Torvalds <torvalds@home.transmeta.com>
Mon, 17 Mar 2003 17:57:13 +0000 (17 10:57 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 03:59:21 +0000 (7 20:59 -0700)
treed0aa03160f66184979e977e68b679cebeafbacc9
parent14030f19b5b4165528c21e3c263dc6b0511aac1d
Implement space-efficient allocator for small data structures. We
do not want any allocation overhead when some of the data structures
average a length of 2.8 bytes (integer constant tokens).

Fix up integer constant token parsing (don't try to evaluate them
at parse-time, we just lose information that way).
lib.c
lib.h
test-lexing.c
test-parsing.c
token.h
tokenize.c