1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Mark rprealloc as a part of Tracy API.

This commit is contained in:
Bartosz Taudul
2020-12-27 14:11:45 +01:00
parent a467ef4c2b
commit 3d37c686cf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2166,7 +2166,7 @@ rpcalloc(size_t num, size_t size) {
return block;
}
extern inline RPMALLOC_ALLOCATOR void*
TRACY_API RPMALLOC_ALLOCATOR void*
rprealloc(void* ptr, size_t size) {
#if ENABLE_VALIDATE_ARGS
if (size >= MAX_ALLOC_SIZE) {