TD-1848
This commit is contained in:
parent
6854e550a2
commit
42693517ae
|
@ -66,6 +66,7 @@ void taosTMemset(void *ptr, int c);
|
||||||
#undef tmalloc
|
#undef tmalloc
|
||||||
#undef tcalloc
|
#undef tcalloc
|
||||||
#undef trealloc
|
#undef trealloc
|
||||||
|
#undef tfree
|
||||||
#define tmalloc(size) taosMallocMem(size, __FILE__, __LINE__)
|
#define tmalloc(size) taosMallocMem(size, __FILE__, __LINE__)
|
||||||
#define tcalloc(num, size) taosCallocMem(num, size, __FILE__, __LINE__)
|
#define tcalloc(num, size) taosCallocMem(num, size, __FILE__, __LINE__)
|
||||||
#define trealloc(ptr, size) taosReallocMem(ptr, size, __FILE__, __LINE__)
|
#define trealloc(ptr, size) taosReallocMem(ptr, size, __FILE__, __LINE__)
|
||||||
|
|
Loading…
Reference in New Issue