Maximum amount of allocations doesn't have to be public
This commit is contained in:
parent
b7639e84dc
commit
b4289c429e
2 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,6 @@
|
|||
|
||||
#include <stddef.h>
|
||||
|
||||
// NOTE: If any allocations fail, try increasing this number.
|
||||
#define MAX_ALLOCATIONS 256
|
||||
|
||||
struct alloc_header {
|
||||
void *addr;
|
||||
size_t size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue