Main Page | Modules | Directories | File List | Globals | Related Pages

gm_malloc.c File Reference

#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)

Detailed Description

This file contains the GM API function gm_malloc().

Function Documentation

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.

Return values:
ptr Pointer to the specified amount of memory.
Parameters:
len (IN) The length in bytes to be malloc'ed.
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Sat May 20 19:20:41 2006 for GM by  doxygen 1.4.4