Home
last modified time | relevance | path

Searched refs:OSDynLoad_pfMemAlloc (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/os/
DOSDynLoad.h127 typedef int (*OSDynLoad_pfMemAlloc)(int aMemBytes, int aMemAlign, void **appRetPtr); typedef
129 int OSDynLoad_SetAllocator(OSDynLoad_pfMemAlloc aAlloc, OSDynLoad_pfMemFree aFree);
130 int OSDynLoad_GetAllocator(OSDynLoad_pfMemAlloc *apRetAlloc, OSDynLoad_pfMemFree *apRetFree);
137 int OSDynLoad_SetTLSAllocator(OSDynLoad_pfMemAlloc aAlloc, OSDynLoad_pfMemFree aFree);
138 int OSDynLoad_GetTLSAllocator(OSDynLoad_pfMemAlloc *apRetAlloc, OSDynLoad_pfMemFree *apRetFree);