Twitch SDK (Internal)
Namespaces | Typedefs | Functions
memorytypes.h File Reference

Go to the source code of this file.

Namespaces

 ttv
 JSON (JavaScript Object Notation).
 

Typedefs

typedef void *(* ttv::TTV_AllocCallback) (size_t size, size_t alignment)
 
typedef void(* ttv::TTV_FreeCallback) (void *ptr)
 

Functions

void * DefaultAlignedMalloc (size_t size, size_t alignment)
 
void DefaultAlignedFree (void *p)
 

Function Documentation

◆ DefaultAlignedFree()

void DefaultAlignedFree ( void *  p)

◆ DefaultAlignedMalloc()

void* DefaultAlignedMalloc ( size_t  size,
size_t  alignment 
)