Code::Blocks  SVN r11506
Functions
sqmem.cpp File Reference
#include "sqpcheader.h"
Include dependency graph for sqmem.cpp:

Go to the source code of this file.

Functions

void * sq_vm_malloc (SQUnsignedInteger size)
 
void * sq_vm_realloc (void *p, SQUnsignedInteger, SQUnsignedInteger size)
 
void sq_vm_free (void *p, SQUnsignedInteger)
 

Function Documentation

◆ sq_vm_free()

void sq_vm_free ( void *  p,
SQUnsignedInteger   
)

Definition at line 11 of file sqmem.cpp.

◆ sq_vm_malloc()

void* sq_vm_malloc ( SQUnsignedInteger  size)

Definition at line 5 of file sqmem.cpp.

◆ sq_vm_realloc()

void* sq_vm_realloc ( void *  p,
SQUnsignedInteger  ,
SQUnsignedInteger  size 
)

Definition at line 8 of file sqmem.cpp.