This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
d1aeb1c3b4f1c97fa0f797aa3569eae282cc2523
test2
/
intern
/
guardedalloc
History
Jacques Lucke
d1aeb1c3b4
Cleanup: add static assert for detect bad usage of MEM_SAFE_FREE
...
Without this, there is not compilation error when doing e.g.: ``` int a; MEM_SAFE_FREE(a); ```
2023-07-28 13:50:02 +02:00
..
cpp
License headers: use SPDX-FileCopyrightText in all sources
2023-06-15 13:35:34 +10:00
intern
Cleanup: remove sprintf use in guarded allocator
2023-06-27 15:31:21 +10:00
test
/simpletest
License headers: use SPDX-FileCopyrightText in all sources
2023-06-15 13:35:34 +10:00
tests
Cleanup: Make format
2023-06-15 08:25:49 +02:00
CMakeLists.txt
Cleanup: CMake: Modernize bf_guardedalloc dependencies
2023-07-10 18:44:19 +02:00
MEM_guardedalloc.h
Cleanup: add static assert for detect bad usage of MEM_SAFE_FREE
2023-07-28 13:50:02 +02:00