mirror of
https://github.com/goodtft/LCD-show.git
synced 2024-12-11 11:24:16 +01:00
9 lines
158 B
C
9 lines
158 B
C
#pragma once
|
|
|
|
#include <sys/types.h>
|
|
#include <inttypes.h>
|
|
|
|
extern uint64_t totalCpuMemoryAllocated;
|
|
|
|
void *Malloc(size_t bytes, const char *reason);
|