SaturnRingLibrary
0.9
SGL wrapper
Loading...
Searching...
No Matches
◆
Realloc()
static void * SRL::Memory::CartRam::Realloc
(
void *
ptr
,
size_t
size
)
inline
static
Reallocate existing memory.
Parameters
ptr
Pointer to the existing allocated memory
size
New size in number of bytes that should be allocated
Returns
Pointer to the allocated space in memory
SRL
Memory
CartRam