#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) |
This file contains the GM API function gm_malloc().
|
gm_malloc() returns a pointer to the specified amount of memory. In the kernel, the memory will be nonpageable.
|