23 #ifndef __LIBNUMAAPI_H__
24 #define __LIBNUMAAPI_H__
33 #define NUMAAPI_VERSION_MAJOR 1
34 #define NUMAAPI_VERSION_MINOR 0
static DBVT_INLINE btScalar size(const btDbvtVolume &a)
bool numaAPI_IsNodeAvailable(int node)
bool numaAPI_RunProcessOnNode(int node)
void * numaAPI_AllocateOnNode(size_t size, int node)
NUMAAPI_Result numaAPI_Initialize(void)
const char * numaAPI_ResultAsString(NUMAAPI_Result result)
void * numaAPI_AllocateLocal(size_t size)
void numaAPI_Free(void *start, size_t size)
int numaAPI_GetNumCurrentNodesProcessors(void)
int numaAPI_GetNumNodeProcessors(int node)
int numaAPI_GetNumNodes(void)
bool numaAPI_RunThreadOnNode(int node)