REAL_SIZE 97 mysqlnd/mysqlnd_alloc.c ret = emalloc(REAL_SIZE(size)); REAL_SIZE 136 mysqlnd/mysqlnd_alloc.c ret = pemalloc(REAL_SIZE(size), persistent); REAL_SIZE 179 mysqlnd/mysqlnd_alloc.c ret = ecalloc(nmemb, REAL_SIZE(size)); REAL_SIZE 218 mysqlnd/mysqlnd_alloc.c ret = pecalloc(nmemb, REAL_SIZE(size), persistent); REAL_SIZE 262 mysqlnd/mysqlnd_alloc.c ret = erealloc(REAL_PTR(ptr), REAL_SIZE(new_size)); REAL_SIZE 302 mysqlnd/mysqlnd_alloc.c ret = perealloc(REAL_PTR(ptr), REAL_SIZE(new_size), persistent); REAL_SIZE 403 mysqlnd/mysqlnd_alloc.c ret = malloc(REAL_SIZE(size)); REAL_SIZE 441 mysqlnd/mysqlnd_alloc.c ret = calloc(nmemb, REAL_SIZE(size)); REAL_SIZE 481 mysqlnd/mysqlnd_alloc.c ret = realloc(REAL_PTR(ptr), REAL_SIZE(new_size)); REAL_SIZE 548 mysqlnd/mysqlnd_alloc.c ret = pemalloc(REAL_SIZE(length) + 1, persistent);