Gama C Library
Gama C API Documentation
Main Page
Data Structures
Files
Examples
File List
Globals
lib
gama
_malloc.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef GM_MALLOC
4
#include "
gama/malloc.h
"
5
#else
6
#include <
malloc.h
>
7
#endif
malloc.h
Custom memory allocation functions (malloc, free, calloc, realloc) using a fixed-size static memory p...
Generated by
1.15.0