summaryrefslogtreecommitdiff
path: root/luamem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)".Roberto Ierusalimschy1996-05-241-17/+8
* unused "#include".v2.4Roberto Ierusalimschy1996-05-061-4/+1
* a simplification about memory error messages.Roberto Ierusalimschy1996-03-211-24/+5
* better control when growing arrays.Roberto Ierusalimschy1996-03-211-1/+25
* new function "luaI_buffer".Roberto Ierusalimschy1996-03-141-1/+11
* functions "luaI_free" and "luaI_realloc" (or macro "growvector") may beRoberto Ierusalimschy1996-02-221-11/+8
* small bugRoberto Ierusalimschy1996-02-041-2/+2
* memory overflow tries a garbage collection; if it fails then exit theRoberto Ierusalimschy1996-01-221-3/+17
* header "string.h" was missing (gcc does not warn that)Roberto Ierusalimschy1995-02-061-1/+2
* strdup is done via mem.c to control its memory allocationRoberto Ierusalimschy1995-01-141-1/+8
* better control of integer types and their limitsRoberto Ierusalimschy1994-12-201-3/+3
* set first position of a free block to -1, to catch errorsRoberto Ierusalimschy1994-11-161-1/+2
* new module for memory allocationRoberto Ierusalimschy1994-11-161-0/+35