newspeoplefor developersdocumentationdownloads

Memory Management
[Nebula Kernel]


Classes

class  nMemManager

Functions

void * nn_malloc (size_t size, const char *file, int line)
void n_free (void *p)
void * nn_calloc (size_t num, size_t size, const char *file, int line)
void * nn_realloc (void *p, size_t size, const char *file, int line)

Function Documentation

void* nn_malloc size_t  size,
const char *  file,
int  line
 

Uses the memory manager.

Definition at line 371 of file nmemory.cc.

void n_free void *  p  ) 
 

Uses the memory manager.

Definition at line 382 of file nmemory.cc.

void* nn_calloc size_t  num,
size_t  size,
const char *  file,
int  line
 

Uses the memory manager.

Definition at line 393 of file nmemory.cc.

void* nn_realloc void *  p,
size_t  size,
const char *  file,
int  line
 

Uses the memory manager.

Definition at line 407 of file nmemory.cc.

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.