Twitch SDK (Internal)
Namespaces | Functions
memory.h File Reference
#include "twitchsdk/core/types/errortypes.h"
#include "twitchsdk/core/types/memorytypes.h"

Go to the source code of this file.

Namespaces

 ttv
 JSON (JavaScript Object Notation).
 

Functions

void * ttv::AlignedAlloc (size_t size, size_t alignment)
 
void ttv::AlignedFree (void *p)
 
TTV_ErrorCode ttv::SetMemoryAllocationCallbacks (TTV_AllocCallback allocCallback, TTV_FreeCallback freeCallback)