Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
memalloc.c File Reference
#include "memalloc.h"
#include "string.h"
+ Include dependency graph for memalloc.c:

Go to the source code of this file.

Functions

int __gl_memInit (size_t maxFast)
 

Function Documentation

◆ __gl_memInit()

int __gl_memInit ( size_t  maxFast)
39{
40#ifndef NO_MALLOPT
41/* mallopt( M_MXFAST, maxFast );*/
42#ifdef MEMORY_DEBUG
43 mallopt( M_DEBUG, 1 );
44#endif
45#endif
46 return 1;
47}