Lines Matching refs:REAL_SIZE
74 #define REAL_SIZE(s) (collect_memory_statistics? (s) + sizeof(size_t) : (s)) macro
99 ret = emalloc_rel(REAL_SIZE(size)); in _mysqlnd_emalloc()
139 ret = pemalloc_rel(REAL_SIZE(size), persistent); in _mysqlnd_pemalloc()
183 ret = ecalloc_rel(nmemb, REAL_SIZE(size)); in _mysqlnd_ecalloc()
222 ret = pecalloc_rel(nmemb, REAL_SIZE(size), persistent); in _mysqlnd_pecalloc()
267 ret = erealloc_rel(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_erealloc()
308 ret = perealloc_rel(REAL_PTR(ptr), REAL_SIZE(new_size), persistent); in _mysqlnd_perealloc()
413 ret = malloc(REAL_SIZE(size)); in _mysqlnd_malloc()
452 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc()
493 ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_realloc()
558 ret = pemalloc_rel(REAL_SIZE(length + 1), persistent); in _mysqlnd_pememdup()
589 ret = pemalloc_rel(REAL_SIZE(length + 1), persistent); in _mysqlnd_pestrndup()