summaryrefslogtreecommitdiff
path: root/lmem.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* new version of debug systemRoberto Ierusalimschy2000-06-261-2/+3
|
* `lua.h' is included before any other Lua header fileRoberto Ierusalimschy2000-06-121-2/+3
|
* detailsRoberto Ierusalimschy2000-05-311-2/+2
|
* detailsRoberto Ierusalimschy2000-05-291-4/+6
|
* code cleaner for 16 bits.Roberto Ierusalimschy2000-05-241-7/+8
|
* more information about memory useRoberto Ierusalimschy2000-03-161-1/+3
|
* some name changesRoberto Ierusalimschy2000-03-101-2/+2
|
* comment detail.Roberto Ierusalimschy2000-03-101-2/+2
|
* many details (most by lhf).Roberto Ierusalimschy2000-03-031-8/+9
|
* small changes for "clean C"Roberto Ierusalimschy2000-02-081-2/+2
|
* better separation between debug code and regular codeRoberto Ierusalimschy2000-01-131-53/+61
|
* comments.Roberto Ierusalimschy1999-12-271-2/+2
|
* many details + code redistributionRoberto Ierusalimschy1999-12-141-3/+3
|
* table sizes don't need to be primes; power of 2 gives the same performance.Roberto Ierusalimschy1999-11-291-15/+6
|
* 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