fixed issues with heap traversal output

This commit is contained in:
Egor Sheremetov 2023-06-25 22:51:40 +02:00
parent 31551e73fd
commit 1a2342c411
3 changed files with 69 additions and 21 deletions

View file

@ -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))