Lines Matching refs:snprintf
503 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(hits));
505 …snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(…
507 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCG(accel_directives).memory_consumption-zend_shared_all…
509 snprintf(buf, sizeof(buf), "%zu", zend_shared_alloc_get_free_memory());
511 snprintf(buf, sizeof(buf), "%zu", ZSMMG(wasted_shared_memory));
514 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).top - (char*)(accel_share…
516 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interne…
519 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_direct_entries);
521 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_entries);
523 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).max_num_entries);
525 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(oom_restarts));
527 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(hash_restarts));
529 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(manual_restarts));