Searched refs:printone (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Objects/ |
D | obmalloc.c | 2830 printone(FILE *out, const char* msg, size_t value) in printone() function 2876 (void)printone(out, buf2, num_blocks * sizeof_block); in _PyDebugAllocatorStats() 3023 (void)printone(out, "# times object malloc called", serialno); in _PyObject_DebugMallocStats() 3026 (void)printone(out, "# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats() 3027 (void)printone(out, "# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats() 3028 (void)printone(out, "# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats() 3029 (void)printone(out, "# arenas allocated current", narenas); in _PyObject_DebugMallocStats() 3034 (void)printone(out, buf, narenas * ARENA_SIZE); in _PyObject_DebugMallocStats() 3039 total = printone(out, "# bytes in allocated blocks", allocated_bytes); in _PyObject_DebugMallocStats() 3040 total += printone(out, "# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats() [all …]
|
/third_party/FreeBSD/contrib/libexecinfo/ |
D | backtrace.c | 94 goto printone; in format_string() 115 printone: in format_string()
|
/third_party/musl/third_party/openbsd/gnu/lib/libexecinfo/ |
D | backtrace.c | 94 goto printone; in format_string() 115 printone: in format_string()
|