Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fx_memory.h File Reference

(3dce9b5818576f04ce21cec4b3686eda012e5b65)

#include <stddef.h>
+ Include dependency graph for fx_memory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

voidFXMEM_DefaultAlloc (size_t byte_size)
 
voidFXMEM_DefaultCalloc (size_t num_elems, size_t byte_size)
 
voidFXMEM_DefaultRealloc (void *pointer, size_t new_size)
 
void FXMEM_DefaultFree (void *pointer)
 

Function Documentation

◆ FXMEM_DefaultAlloc()

void * FXMEM_DefaultAlloc ( size_t byte_size)

Definition at line 21 of file fx_memory.cpp.

◆ FXMEM_DefaultCalloc()

void * FXMEM_DefaultCalloc ( size_t num_elems,
size_t byte_size )

Definition at line 25 of file fx_memory.cpp.

◆ FXMEM_DefaultFree()

void FXMEM_DefaultFree ( void * pointer)

Definition at line 33 of file fx_memory.cpp.

Referenced by _TIFFfree(), and TEST().

+ Here is the caller graph for this function:

◆ FXMEM_DefaultRealloc()

void * FXMEM_DefaultRealloc ( void * pointer,
size_t new_size )

Definition at line 29 of file fx_memory.cpp.