mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fixed issues with heap traversal output
This commit is contained in:
parent
31551e73fd
commit
1a2342c411
3 changed files with 69 additions and 21 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#define SEXP_ONLY_HEADER_SZ (2 * sizeof(int))
|
||||
|
||||
#ifndef DEBUG_VERSION
|
||||
#ifndef FULL_INVARIANT_CHECKS
|
||||
# define DATA_HEADER_SZ (sizeof(size_t) + sizeof(int))
|
||||
#else
|
||||
# define DATA_HEADER_SZ (sizeof(size_t) + sizeof(size_t) + sizeof(int))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue