summaryrefslogtreecommitdiff
path: root/lmem.c
Commit message (Expand)AuthorAgeFilesLines
* first implementation of multiple states (reentrant code).Roberto Ierusalimschy1999-11-221-11/+13
* warnings from Visual C++Roberto Ierusalimschy1999-10-191-2/+2
* "const" !!!Roberto Ierusalimschy1999-08-161-16/+14
* when debugging, move and erase old blocks to realloc.Roberto Ierusalimschy1999-05-241-36/+44
* longer marks when controling memory leaksRoberto Ierusalimschy1999-05-201-5/+7
* block must always have a power-of-2 size (even at the limit)Roberto Ierusalimschy1999-05-111-10/+5
* vector do not need to grow until MINSIZERoberto Ierusalimschy1999-03-011-4/+5
* better control of vector when DEBUGingRoberto Ierusalimschy1999-02-261-9/+17
* details (from lhf)Roberto Ierusalimschy1999-02-251-3/+3
* new way to handle "growing" vectorsRoberto Ierusalimschy1999-02-251-22/+25
* better instrumentation for internal debuggingRoberto Ierusalimschy1999-02-241-4/+15
* "free" usually handles NULL; handle non ANSI case separately.Roberto Ierusalimschy1999-01-221-1/+2
* "realloc" usually implements "malloc"; handle non ANSI case separately.Roberto Ierusalimschy1999-01-221-23/+21
* when debuging, blocks must be kept in double allignment.Roberto Ierusalimschy1998-06-291-7/+10
* small corrections in commentsRoberto Ierusalimschy1998-06-191-2/+2
* better use of "ASSERT".Roberto Ierusalimschy1998-03-091-3/+3
* new scheme for buffers, centralized in auxlib.Roberto Ierusalimschy1997-12-171-18/+1
* other distribution of memory debug information.Roberto Ierusalimschy1997-12-011-11/+3
* first implementation of centralized global state.Roberto Ierusalimschy1997-11-191-10/+8
* Interface to Memory ManagerRoberto Ierusalimschy1997-09-161-0/+137