REAL_PTR          262 mysqlnd/mysqlnd_alloc.c 		ret = erealloc(REAL_PTR(ptr), REAL_SIZE(new_size));
REAL_PTR          302 mysqlnd/mysqlnd_alloc.c 		ret = perealloc(REAL_PTR(ptr), REAL_SIZE(new_size), persistent);
REAL_PTR          342 mysqlnd/mysqlnd_alloc.c 		efree(REAL_PTR(ptr));
REAL_PTR          372 mysqlnd/mysqlnd_alloc.c 		pefree(REAL_PTR(ptr), persistent);
REAL_PTR          481 mysqlnd/mysqlnd_alloc.c 		ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size));
REAL_PTR          519 mysqlnd/mysqlnd_alloc.c 		free(REAL_PTR(ptr));