index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lmem.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
many details + code redistribution
Roberto Ierusalimschy
1999-12-14
1
-3
/
+3
*
table sizes don't need to be primes; power of 2 gives the same performance.
Roberto Ierusalimschy
1999-11-29
1
-15
/
+6
*
first implementation of multiple states (reentrant code).
Roberto Ierusalimschy
1999-11-22
1
-11
/
+13
*
warnings from Visual C++
Roberto Ierusalimschy
1999-10-19
1
-2
/
+2
*
"const" !!!
Roberto Ierusalimschy
1999-08-16
1
-16
/
+14
*
when debugging, move and erase old blocks to realloc.
Roberto Ierusalimschy
1999-05-24
1
-36
/
+44
*
longer marks when controling memory leaks
Roberto Ierusalimschy
1999-05-20
1
-5
/
+7
*
block must always have a power-of-2 size (even at the limit)
Roberto Ierusalimschy
1999-05-11
1
-10
/
+5
*
vector do not need to grow until MINSIZE
Roberto Ierusalimschy
1999-03-01
1
-4
/
+5
*
better control of vector when DEBUGing
Roberto Ierusalimschy
1999-02-26
1
-9
/
+17
*
details (from lhf)
Roberto Ierusalimschy
1999-02-25
1
-3
/
+3
*
new way to handle "growing" vectors
Roberto Ierusalimschy
1999-02-25
1
-22
/
+25
*
better instrumentation for internal debugging
Roberto Ierusalimschy
1999-02-24
1
-4
/
+15
*
"free" usually handles NULL; handle non ANSI case separately.
Roberto Ierusalimschy
1999-01-22
1
-1
/
+2
*
"realloc" usually implements "malloc"; handle non ANSI case separately.
Roberto Ierusalimschy
1999-01-22
1
-23
/
+21
*
when debuging, blocks must be kept in double allignment.
Roberto Ierusalimschy
1998-06-29
1
-7
/
+10
*
small corrections in comments
Roberto Ierusalimschy
1998-06-19
1
-2
/
+2
*
better use of "ASSERT".
Roberto Ierusalimschy
1998-03-09
1
-3
/
+3
*
new scheme for buffers, centralized in auxlib.
Roberto Ierusalimschy
1997-12-17
1
-18
/
+1
*
other distribution of memory debug information.
Roberto Ierusalimschy
1997-12-01
1
-11
/
+3
*
first implementation of centralized global state.
Roberto Ierusalimschy
1997-11-19
1
-10
/
+8
*
Interface to Memory Manager
Roberto Ierusalimschy
1997-09-16
1
-0
/
+137
[prev]