Files
DedicatedServerCourse/Plugins/GameLiftServerSDK/ThirdParty/concurrentqueue/tests/unittests/mallocmacro.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

5 lines
96 B
C++

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