SDL  2.0
SDL_tracked_allocation Struct Reference
+ Collaboration diagram for SDL_tracked_allocation:

Data Fields

voidmem
 
size_t size
 
Uint64 stack [10]
 
char stack_names [10][256]
 
struct SDL_tracked_allocationnext
 

Detailed Description

Definition at line 39 of file SDL_test_memory.c.

Field Documentation

◆ mem

◆ next

struct SDL_tracked_allocation* SDL_tracked_allocation::next

◆ size

size_t SDL_tracked_allocation::size

Definition at line 42 of file SDL_test_memory.c.

Referenced by SDL_TrackAllocation(), and SDLTest_LogAllocations().

◆ stack

Uint64 SDL_tracked_allocation::stack[10]

Definition at line 43 of file SDL_test_memory.c.

Referenced by SDL_TrackAllocation(), and SDLTest_LogAllocations().

◆ stack_names

char SDL_tracked_allocation::stack_names[10][256]

Definition at line 44 of file SDL_test_memory.c.

Referenced by SDL_TrackAllocation(), and SDLTest_LogAllocations().


The documentation for this struct was generated from the following file: