tudocomp
– The TU Dortmund Compression Framework
|
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
void * | __libc_malloc (size_t) |
void | __libc_free (void *) |
void * | __libc_realloc (void *, size_t) |
#define _GNU_SOURCE |
Definition at line 4 of file malloc.hpp.
void __libc_free | ( | void * | ) |
void* __libc_malloc | ( | size_t | ) |
void* __libc_realloc | ( | void * | , |
size_t | |||
) |