Go to the source code of this file.
Functions | |
void * | b2Alloc (int32 size) |
Implement this function to use your own memory allocator. | |
void | b2Free (void *mem) |
If you implement b2Alloc, you should also implement this function. | |
void | b2Log (const char *string,...) |
Logging function. | |
Variables | |
b2Version | b2_version = {2, 3, 2} |
Current version. |
Implement this function to use your own memory allocator.
Definition at line 27 of file b2Settings.cpp.
void b2Free | ( | void * | mem | ) |
If you implement b2Alloc, you should also implement this function.
Definition at line 32 of file b2Settings.cpp.
void b2Log | ( | const char * | string, |
... | |||
) |
Logging function.
Definition at line 38 of file b2Settings.cpp.
b2Version b2_version = {2, 3, 2} |
Current version.
Definition at line 24 of file b2Settings.cpp.