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
|
||||||||||||||||
|
Uses the memory manager. Definition at line 371 of file nmemory.cc. |
|
|
Uses the memory manager. Definition at line 382 of file nmemory.cc. |
|
||||||||||||||||||||
|
Uses the memory manager. Definition at line 393 of file nmemory.cc. |
|
||||||||||||||||||||
|
Uses the memory manager. Definition at line 407 of file nmemory.cc. |