index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
luamem.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Interface to Memory Manager
Roberto Ierusalimschy
1997-09-16
1
-40
/
+0
*
free(b) is equivalent to realloc(b, 0)
Roberto Ierusalimschy
1997-07-30
1
-2
/
+2
*
new way to handle global state during compilation.
Roberto Ierusalimschy
1997-07-29
1
-1
/
+2
*
new name for old "mem.h" (conflicts with some compiler libraries)
Roberto Ierusalimschy
1997-03-31
1
-3
/
+3
*
"luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)".
Roberto Ierusalimschy
1996-05-24
1
-2
/
+2
*
lock mechanism seperseded by the REFERENCE mechanism.
Roberto Ierusalimschy
1996-04-22
1
-2
/
+2
*
a simplification about memory error messages.
Roberto Ierusalimschy
1996-03-21
1
-5
/
+10
*
better control when growing arrays.
Roberto Ierusalimschy
1996-03-21
1
-3
/
+13
*
new function "luaI_buffer".
Roberto Ierusalimschy
1996-03-14
1
-1
/
+2
*
functions "luaI_free" and "luaI_realloc" (or macro "growvector") may be
Roberto Ierusalimschy
1996-02-22
1
-3
/
+1
*
strdup is done via mem.c to control its memory allocation
Roberto Ierusalimschy
1995-01-14
1
-1
/
+3
*
new module for memory allocation
Roberto Ierusalimschy
1994-11-16
1
-0
/
+23