1
0
mirror of https://github.com/goodtft/LCD-show.git synced 2025-03-05 08:29:17 +01:00

9 lines
158 B
C
Raw Normal View History

2021-01-27 08:18:51 +00:00
#pragma once
#include <sys/types.h>
#include <inttypes.h>
extern uint64_t totalCpuMemoryAllocated;
void *Malloc(size_t bytes, const char *reason);