6 lines
77 B
C
6 lines
77 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void * malloc_class_arena(uint32_t size);
|