Skip to content

Commit

Permalink
more pointer sapce for memory debugging because it seems to overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
palkh committed Aug 5, 2024
1 parent 2fac5f8 commit 6587f7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified cutils.a
Binary file not shown.
2 changes: 1 addition & 1 deletion src/mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@



#define MAX_PTRS 4096
#define MAX_PTRS 8192

typedef struct {
void* ptr;
Expand Down

0 comments on commit 6587f7f

Please sign in to comment.