#include <stdlib.h>#include "gm_call_trace.h"#include "gm_compiler.h"#include "gm_internal.h"#include "gm_malloc_debug.h"#include "gm_debug_malloc.h"Functions | |
| GM_ENTRY_POINT void * | gm_malloc (gm_size_t len) |
|
|
gm_malloc() returns a pointer to the specified amount of memory. In the kernel, the memory will be nonpageable.
|
1.4.4