ReactOS
0.4.16-dev-732-g2d1144a
Functions
memalloc.c File Reference
#include "
memalloc.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
)
Definition at line
38
of file
memalloc.c
.
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
}
dll
opengl
glu32
src
libtess
memalloc.c
Generated on Sat Feb 8 2025 06:17:26 for ReactOS by
1.9.6