Home
last modified time | relevance | path

Searched refs:REAL_PTR (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_alloc.c75 #define REAL_PTR(p) (collect_memory_statistics && (p)? (((char *)(p)) - sizeof(size_t)) : (p)) macro
248 ret = erealloc_rel(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_erealloc()
254 ret = erealloc_rel(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_erealloc()
286 ret = perealloc_rel(REAL_PTR(ptr), REAL_SIZE(new_size), persistent); in _mysqlnd_perealloc()
292 ret = perealloc_rel(REAL_PTR(ptr), REAL_SIZE(new_size), persistent); in _mysqlnd_perealloc()
328 efree_rel(REAL_PTR(ptr)); in _mysqlnd_efree()
359 pefree_rel(REAL_PTR(ptr), persistent); in _mysqlnd_pefree()
460 ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_realloc()
467 ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_realloc()
501 free(REAL_PTR(ptr)); in _mysqlnd_free()

Completed in 7 milliseconds