Searched refs:REAL_PTR (Results 1 – 1 of 1) sorted by relevance
66 #define REAL_PTR(p) (collect_memory_statistics && (p)? (((char *)(p)) - EXTRA_SIZE) : (p)) macro160 ret = erealloc_rel(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_erealloc()180 ret = perealloc_rel(REAL_PTR(ptr), REAL_SIZE(new_size), persistent); in _mysqlnd_perealloc()215 efree_rel(REAL_PTR(ptr)); in _mysqlnd_efree()246 pefree_rel(REAL_PTR(ptr), persistent); in _mysqlnd_pefree()
Completed in 7 milliseconds