Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_alloc.c93 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()
98 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()
129 ret = pemalloc_rel(REAL_SIZE(size), persistent); in _mysqlnd_pemalloc()
134 ret = pemalloc_rel(REAL_SIZE(size), persistent); in _mysqlnd_pemalloc()
169 ret = ecalloc_rel(nmemb, REAL_SIZE(size)); in _mysqlnd_ecalloc()
175 ret = ecalloc_rel(nmemb, REAL_SIZE(size)); in _mysqlnd_ecalloc()
386 ret = malloc(REAL_SIZE(size)); in _mysqlnd_malloc()
391 ret = malloc(REAL_SIZE(size)); in _mysqlnd_malloc()
421 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc()
426 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc()
[all …]

Completed in 5 milliseconds