aboutsummaryrefslogtreecommitdiff
path: root/lmem.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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