LCD-show/usr/fbcp-ili9341/mem_alloc.h

9 lines
158 B
C
Raw Normal View History

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