Searched refs:printone (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Objects/ |
H A D | obmalloc.c | 2877 printone(FILE *out, const char* msg, size_t value) in printone() function 2923 (void)printone(out, buf2, num_blocks * sizeof_block); in _PyDebugAllocatorStats() 3068 (void)printone(out, "# times object malloc called", serialno); in _PyObject_DebugMallocStats() 3071 (void)printone(out, "# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats() 3072 (void)printone(out, "# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats() 3073 (void)printone(out, "# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats() 3074 (void)printone(out, "# arenas allocated current", narenas); in _PyObject_DebugMallocStats() 3079 (void)printone(out, buf, narenas * ARENA_SIZE); in _PyObject_DebugMallocStats() 3084 total = printone(out, "# bytes in allocated blocks", allocated_bytes); in _PyObject_DebugMallocStats() 3085 total += printone(ou in _PyObject_DebugMallocStats() [all...] |
/third_party/FreeBSD/contrib/libexecinfo/ |
H A D | backtrace.c | 94 goto printone;
in format_string() 115 printone:
in format_string()
|
/third_party/musl/third_party/openbsd/gnu/lib/libexecinfo/ |
H A D | backtrace.c | 94 goto printone; in format_string() 115 printone: in format_string()
|
Completed in 7 milliseconds