ReactOS
0.4.16-dev-1142-g8029339
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 May 17 2025 06:17:43 for ReactOS by
1.9.6