Searched refs:REAL_PTR (Results 1 – 1 of 1) sorted by relevance
73 #define REAL_PTR(p) (collect_memory_statistics && (p)? (((char *)(p)) - sizeof(size_t)) : (p)) macro262 ret = erealloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_erealloc()302 ret = perealloc(REAL_PTR(ptr), REAL_SIZE(new_size), persistent); in _mysqlnd_perealloc()342 efree(REAL_PTR(ptr)); in _mysqlnd_efree()372 pefree(REAL_PTR(ptr), persistent); in _mysqlnd_pefree()481 ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_realloc()519 free(REAL_PTR(ptr)); in _mysqlnd_free()
Completed in 14 milliseconds