Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
void * | FXMEM_DefaultAlloc (size_t byte_size) |
void * | FXMEM_DefaultCalloc (size_t num_elems, size_t byte_size) |
void * | FXMEM_DefaultRealloc (void *pointer, size_t new_size) |
void | FXMEM_DefaultFree (void *pointer) |
void * FXMEM_DefaultAlloc | ( | size_t | byte_size | ) |
Definition at line 21 of file fx_memory.cpp.
void * FXMEM_DefaultCalloc | ( | size_t | num_elems, |
size_t | byte_size ) |
Definition at line 25 of file fx_memory.cpp.
Definition at line 33 of file fx_memory.cpp.
Referenced by _TIFFfree(), and TEST().
Definition at line 29 of file fx_memory.cpp.