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
*
Some details in 'lmem.c' and 'lgc.c'
Roberto Ierusalimschy
2019-07-19
1
-24
/
+38
*
Reviving HARDMEMTESTS
Roberto Ierusalimschy
2019-07-18
1
-7
/
+16
*
Detail: bad assertion in 'luaM_free_'
Roberto Ierusalimschy
2018-10-23
1
-1
/
+1
*
Removed extra information from RCS keyword strings
Roberto Ierusalimschy
2018-08-23
1
-1
/
+1
*
no need to check whether libraries and host use the same kernel;
Roberto Ierusalimschy
2018-06-18
1
-2
/
+2
*
new macros 'likely'/'unlikely' with hints for jump predictions
Roberto Ierusalimschy
2018-05-30
1
-17
/
+27
*
janitor work on casts
Roberto Ierusalimschy
2018-01-28
1
-5
/
+5
*
'luaM_shrinkvector' raises an error if it cannot shrink the block
Roberto Ierusalimschy
2017-12-11
1
-2
/
+2
*
more freedom in handling memory-allocation errors (not all allocations
Roberto Ierusalimschy
2017-12-08
1
-9
/
+21
*
using explicit tests for allocation overflow whenever possible
Roberto Ierusalimschy
2017-12-07
1
-13
/
+15
*
avoid using one function for different tasks (malloc, free, etc.)
Roberto Ierusalimschy
2017-12-06
1
-11
/
+66
*
allocation function is not exactly API (and cannot raise errors
Roberto Ierusalimschy
2015-03-06
1
-3
/
+2
*
do not attempt emergency collection while building state (it is
Roberto Ierusalimschy
2015-03-03
1
-3
/
+5
*
comments (references to "ANSI C" changed to "ISO C", which is the
Roberto Ierusalimschy
2014-11-02
1
-2
/
+2
*
added include for 'lprefix.h', for stuff that must be added before
Roberto Ierusalimschy
2014-11-02
1
-4
/
+6
*
`name' in comments changed to 'name'
Roberto Ierusalimschy
2014-10-25
1
-4
/
+4
*
removed unused parameter Ä'L' in macro 'api_check' and company
Roberto Ierusalimschy
2014-07-15
1
-2
/
+2
*
emergency collection can happen even when collector is stopped
Roberto Ierusalimschy
2014-06-26
1
-5
/
+3
*
removed debug code
Roberto Ierusalimschy
2012-05-23
1
-17
/
+1
*
avoid 'return' "to avoid warnings"
Roberto Ierusalimschy
2011-11-30
1
-3
/
+2
*
detail in extra trace code: total bytes is given by 'gettotalbytes',
Roberto Ierusalimschy
2011-09-20
1
-2
/
+2
*
change in the relationship between totalbytes and GCdebt - luaM_realloc_
Roberto Ierusalimschy
2010-12-20
1
-3
/
+2
*
better control for GC running or stopped
Roberto Ierusalimschy
2010-12-20
1
-8
/
+5
*
typos in comments
Roberto Ierusalimschy
2010-05-05
1
-3
/
+3
*
changes in patch to monitor garbage collection
Roberto Ierusalimschy
2010-05-04
1
-10
/
+6
*
wrong comment
Roberto Ierusalimschy
2010-04-30
1
-2
/
+2
*
new way to control GC speed
Roberto Ierusalimschy
2010-04-29
1
-4
/
+7
*
added proper code to trace garbage collection
Roberto Ierusalimschy
2010-04-02
1
-1
/
+23
*
allocator function receives the tag of object being allocated in 'osize'
Roberto Ierusalimschy
2009-12-17
1
-9
/
+9
*
details
Roberto Ierusalimschy
2006-09-14
1
-3
/
+3
*
little better error messages for internal arrays overflows
Roberto Ierusalimschy
2006-09-14
1
-2
/
+2
*
emergency garbage collector (core forces a GC when allocation fails)
Roberto Ierusalimschy
2006-07-11
1
-6
/
+19
*
removal of dead code
Roberto Ierusalimschy
2005-12-26
1
-17
/
+1
*
details
Roberto Ierusalimschy
2005-02-23
1
-8
/
+8
*
auxiliar patch to monitor garbage collection
Roberto Ierusalimschy
2005-01-14
1
-1
/
+17
*
better control of overflows in size computations
Roberto Ierusalimschy
2004-12-01
1
-8
/
+6
*
better control over memory-size overflows
Roberto Ierusalimschy
2004-11-19
1
-8
/
+13
*
better control for GC cycles
Roberto Ierusalimschy
2004-08-30
1
-3
/
+2
*
new scheme for configuration through `luaconf.h'
Roberto Ierusalimschy
2004-04-30
1
-1
/
+2
*
avoid overflow when doubling size
Roberto Ierusalimschy
2003-11-27
1
-8
/
+11
*
Lua kernel does not use malloc/free functions.
Roberto Ierusalimschy
2003-10-02
1
-38
/
+27
*
each .c file defines its own name
Roberto Ierusalimschy
2002-12-04
1
-1
/
+3
*
global_State must be deallocated (and so allocated) with NULL also
Roberto Ierusalimschy
2002-11-21
1
-2
/
+4
*
assertion must be always valid (not only in debug mode)
Roberto Ierusalimschy
2002-10-25
1
-1
/
+2
*
new ANSI C does not assure that realloc(p,0) == free(p)
Roberto Ierusalimschy
2002-10-08
1
-6
/
+13
*
new protocol for error handling
Roberto Ierusalimschy
2002-06-18
1
-2
/
+2
*
Lua now uses only `realloc' for all its memory management
Roberto Ierusalimschy
2002-06-11
1
-4
/
+11
*
new format for error messages
Roberto Ierusalimschy
2002-05-15
1
-3
/
+4
*
new way to handle errors
Roberto Ierusalimschy
2002-05-01
1
-2
/
+2
*
new way to handle errors
Roberto Ierusalimschy
2002-04-22
1
-4
/
+4
[next]