![]() |
Prusa Slicer 2.6.0
|
#include <stdlib.h>
Include dependency graph for memalloc.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | memRealloc realloc |
| #define | memFree free |
| #define | memInit __gl_memInit |
| #define | memAlloc malloc |
Functions | |
| int | __gl_memInit (size_t) |
| #define memAlloc malloc |
| #define memFree free |
| #define memInit __gl_memInit |
| #define memRealloc realloc |
| int __gl_memInit | ( | size_t | maxFast | ) |