Searched refs:REAL_SIZE (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_alloc.c | 65 #define REAL_SIZE(s) (collect_memory_statistics? (s) + EXTRA_SIZE : (s)) macro 75 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc() 94 ret = pemalloc_rel(REAL_SIZE(size), persistent); in _mysqlnd_pemalloc() 117 ret = ecalloc_rel(nmemb, REAL_SIZE(size)); in _mysqlnd_ecalloc() 136 ret = pecalloc_rel(nmemb, REAL_SIZE(size), persistent); in _mysqlnd_pecalloc() 160 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() 273 ret = pemalloc_rel(REAL_SIZE(length + 1), persistent); in _mysqlnd_pememdup() 304 ret = pemalloc_rel(REAL_SIZE(length + 1), persistent); in _mysqlnd_pestrndup() 349 ret = pemalloc_rel(REAL_SIZE(ZSTR_LEN(tmp_str.s)), persistent); in _mysqlnd_pestrdup()
|
Completed in 5 milliseconds