tudocomp
– The TU Dortmund Compression Framework
malloc.hpp File Reference
#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)
 

Macro Definition Documentation

◆ _GNU_SOURCE

#define _GNU_SOURCE

Definition at line 4 of file malloc.hpp.

Function Documentation

◆ __libc_free()

void __libc_free ( void *  )

◆ __libc_malloc()

void* __libc_malloc ( size_t  )

◆ __libc_realloc()

void* __libc_realloc ( void *  ,
size_t   
)