Gama C Library
Gama C API Documentation
_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
Custom memory allocation functions (malloc, free, calloc, realloc) using a fixed-size static memory p...