This commit is contained in:
Shengliang Guan 2020-11-10 07:09:25 +00:00
parent 6854e550a2
commit 42693517ae
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ void taosTMemset(void *ptr, int c);
#undef tmalloc
#undef tcalloc
#undef trealloc
#undef tfree
#define tmalloc(size) taosMallocMem(size, __FILE__, __LINE__)
#define tcalloc(num, size) taosCallocMem(num, size, __FILE__, __LINE__)
#define trealloc(ptr, size) taosReallocMem(ptr, size, __FILE__, __LINE__)