KVIrc
4.9.2
DeveloperAPIs
|
This file contains an internal implementation of the malloc/free functions. More...
Go to the source code of this file.
Namespaces | |
KviMemory | |
Functions | |
void * | KviMemory::allocate (int size) |
COMPILE_MEMORY_PROFILE. More... | |
void | KviMemory::copy (void *dst_ptr, const void *src_ptr, int len) |
Moves len bytes from src_ptr to dst_ptr. More... | |
void | KviMemory::free (void *ptr) |
COMPILE_MEMORY_CHECKS. More... | |
void | KviMemory::move (void *dst_ptr, const void *src_ptr, int len) |
COMPILE_MEMORY_PROFILE. More... | |
void * | KviMemory::reallocate (void *ptr, int size) |
void | KviMemory::set (void *dst_ptr, char c, int len) |
Initializes len bytes of memory starting from dst_ptr to c. More... | |
This file contains an internal implementation of the malloc/free functions.