void b2Free(void *mem)
If you implement b2Alloc, you should also implement this function.
Definition: b2_settings.h:106
void * b2Alloc(int32 size)
Implement this function to use your own memory allocator.
Definition: b2_settings.h:100
void b2Log(const char *string,...)
Implement this to use your own logging.
Definition: b2_settings.h:115
You can define this to inject whatever data you want in b2Body.
Definition: b2_settings.h:59
uintptr_t pointer
For legacy compatibility.
Definition: b2_settings.h:66