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

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

#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 66 of file fx_memory.cpp.

◆ FXMEM_DefaultCalloc()

void * FXMEM_DefaultCalloc ( size_t num_elems,
size_t byte_size )

Definition at line 70 of file fx_memory.cpp.

◆ FXMEM_DefaultFree()

void FXMEM_DefaultFree ( void * pointer)

Definition at line 78 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 74 of file fx_memory.cpp.