Lines Matching refs:snprintf
514 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(hits));
516 …snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(…
518 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCG(accel_directives).memory_consumption-zend_shared_all…
520 snprintf(buf, sizeof(buf), "%zu", zend_shared_alloc_get_free_memory());
522 snprintf(buf, sizeof(buf), "%zu", ZSMMG(wasted_shared_memory));
525 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).top - (char*)(accel_share…
527 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interne…
530 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_direct_entries);
532 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).num_entries);
534 snprintf(buf, sizeof(buf), "%" PRIu32, ZCSG(hash).max_num_entries);
536 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(oom_restarts));
538 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(hash_restarts));
540 snprintf(buf, sizeof(buf), ZEND_ULONG_FMT, ZCSG(manual_restarts));