42_malloc/src/malloc.h
2024-07-31 14:04:06 +02:00

5 lines
57 B
C

#pragma once
#define DEBUG
extern void* allocs_tree[3];