mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
fix(userspace/libc): disable debug info in memory allocation functions
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
9105c63465
commit
68acf428a2
@ -1,5 +1,9 @@
|
|||||||
#include "liballoc_1_1.h"
|
#include "liballoc_1_1.h"
|
||||||
|
|
||||||
|
/* comment these to print debug info */
|
||||||
|
#undef DEBUG
|
||||||
|
#undef INFO
|
||||||
|
|
||||||
/** Durand's Amazing Super Duper Memory functions. */
|
/** Durand's Amazing Super Duper Memory functions. */
|
||||||
|
|
||||||
#define VERSION "1.1"
|
#define VERSION "1.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user