From 03ec49be8fd43ea2dda3e14da506fb5fdacc2faf Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 30 Oct 2013 22:17:47 +0100 Subject: ta: track location debug info in 2 more cases Was overlooked. --- ta/ta.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ta') diff --git a/ta/ta.h b/ta/ta.h index 1a9738a9f0..9e378f1902 100644 --- a/ta/ta.h +++ b/ta/ta.h @@ -131,6 +131,8 @@ void *ta_xrealloc_size(void *ta_parent, void *ptr, size_t size); #define ta_zalloc_size(...) ta_dbg_set_loc(ta_zalloc_size(__VA_ARGS__), TA_LOC) #define ta_realloc_size(...) ta_dbg_set_loc(ta_realloc_size(__VA_ARGS__), TA_LOC) #define ta_memdup(...) ta_dbg_set_loc(ta_memdup(__VA_ARGS__), TA_LOC) +#define ta_xmemdup(...) ta_dbg_set_loc(ta_xmemdup(__VA_ARGS__), TA_LOC) +#define ta_xrealloc_size(...) ta_dbg_set_loc(ta_xrealloc_size(__VA_ARGS__), TA_LOC) #endif void ta_oom_b(bool b); -- cgit v1.2.3