LCD-show/usr/fbcp-ili9341/mem_alloc.h
2021-01-27 08:18:51 +00:00

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);