Files
Aethera/kernel/third_party/concurrentqueue-1.0.5/tests/unittests/mallocmacro.cpp
T
2026-08-23 00:22:28 +08:00

5 lines
96 B
C++

#define malloc(x) malloc(x)
#define free(x) free(x)
#include "../../blockingconcurrentqueue.h"