Searched refs:REAL_SIZE (Results 1 – 1 of 1) sorted by relevance
814 #define REAL_SIZE(s) (collect_memory_statistics? (s) + sizeof(size_t) : (s)) macro832 ret = emalloc(REAL_SIZE(size)); in _mysqlnd_emalloc()864 ret = pemalloc(REAL_SIZE(size), persistent); in _mysqlnd_pemalloc()900 ret = ecalloc(nmemb, REAL_SIZE(size)); in _mysqlnd_ecalloc()932 ret = pecalloc(nmemb, REAL_SIZE(size), persistent); in _mysqlnd_pecalloc()969 ret = erealloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_erealloc()1002 ret = perealloc(REAL_PTR(ptr), REAL_SIZE(new_size), persistent); in _mysqlnd_perealloc()1086 ret = malloc(REAL_SIZE(size)); in _mysqlnd_malloc()1117 ret = calloc(nmemb, REAL_SIZE(size)); in _mysqlnd_calloc()1150 ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size)); in _mysqlnd_realloc()[all …]
Completed in 13 milliseconds