Searched refs:REAL_SIZE (Results 1 – 1 of 1) sorted by relevance
95 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()100 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()131 ret = pemalloc_rel(REAL_SIZE(size), persistent); in _mysqlnd_pemalloc()136 ret = pemalloc_rel(REAL_SIZE(size), persistent); in _mysqlnd_pemalloc()171 ret = ecalloc_rel(nmemb, REAL_SIZE(size)); in _mysqlnd_ecalloc()177 ret = ecalloc_rel(nmemb, REAL_SIZE(size)); in _mysqlnd_ecalloc()388 ret = malloc(REAL_SIZE(size)); in _mysqlnd_malloc()393 ret = malloc(REAL_SIZE(size)); in _mysqlnd_malloc()423 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc()428 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc()[all …]
Completed in 10 milliseconds