Searched refs:TRACE_ALLOC_RETURN (Results 1 – 2 of 2) sorted by relevance
83 TRACE_ALLOC_RETURN(FAKE_PTR(ret)); in _mysqlnd_emalloc()105 TRACE_ALLOC_RETURN(FAKE_PTR(ret)); in _mysqlnd_pemalloc()125 TRACE_ALLOC_RETURN(FAKE_PTR(ret)); in _mysqlnd_ecalloc()147 TRACE_ALLOC_RETURN(FAKE_PTR(ret)); in _mysqlnd_pecalloc()167 TRACE_ALLOC_RETURN(FAKE_PTR(ret)); in _mysqlnd_erealloc()190 TRACE_ALLOC_RETURN(FAKE_PTR(ret)); in _mysqlnd_perealloc()284 TRACE_ALLOC_RETURN(FAKE_PTR(ret)); in _mysqlnd_pememdup()320 TRACE_ALLOC_RETURN(FAKE_PTR(ret)); in _mysqlnd_pestrndup()357 TRACE_ALLOC_RETURN(FAKE_PTR(ret)); in _mysqlnd_pestrdup()
201 #define TRACE_ALLOC_RETURN(value) DBG_RETURN_EX2(MYSQLND_G(dbg), MYSQLND_G(trace_alloc), (value)) macro224 #define TRACE_ALLOC_RETURN(value) return (value) macro
Completed in 8 milliseconds