Main Page   Modules   Data Structures   File List   Data Fields   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 Mon Nov 3 15:39:26 2003 for GM by doxygen1.2.15