|
|
fb2067e7f8
|
BASALT_ENABLE_ALLOC_RECORDS is now an optional define that is controllable by the end-user. If not defined before including a basalt header, it will be defined as 0 (disabled)
|
2025-07-10 00:47:58 +10:00 |
|
|
|
cb21dc7ede
|
Added support via a macro (BASALT_ENABLE_ALLOC_RECORDS 1) to enable tracking all allocations pointer value and their size. Naturally this is slow and should be disabled for any non-debug build.
|
2025-07-07 22:45:35 +10:00 |
|
|
|
ce74ea138e
|
Added a definition file that contains some typedefs and platform-specific aliasing (debug_break, static assert, and verifies that the C macro NULL is defined)
|
2025-06-23 00:46:26 +10:00 |
|