Home
last modified time | relevance | path

Searched refs:printone (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1698 printone(const char* msg, size_t value) in printone() function
1846 (void)printone("# times object malloc called", serialno); in _PyObject_DebugMallocStats()
1848 (void)printone("# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()
1849 (void)printone("# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()
1850 (void)printone("# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats()
1851 (void)printone("# arenas allocated current", narenas); in _PyObject_DebugMallocStats()
1856 (void)printone(buf, narenas * ARENA_SIZE); in _PyObject_DebugMallocStats()
1860 total = printone("# bytes in allocated blocks", allocated_bytes); in _PyObject_DebugMallocStats()
1861 total += printone("# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats()
1865 total += printone(buf, (size_t)numfreepools * POOL_SIZE); in _PyObject_DebugMallocStats()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c1747 printone(const char* msg, size_t value) in printone() function
1895 (void)printone("# times object malloc called", serialno); in _PyObject_DebugMallocStats()
1897 (void)printone("# arenas allocated total", ntimes_arena_allocated); in _PyObject_DebugMallocStats()
1898 (void)printone("# arenas reclaimed", ntimes_arena_allocated - narenas); in _PyObject_DebugMallocStats()
1899 (void)printone("# arenas highwater mark", narenas_highwater); in _PyObject_DebugMallocStats()
1900 (void)printone("# arenas allocated current", narenas); in _PyObject_DebugMallocStats()
1905 (void)printone(buf, narenas * ARENA_SIZE); in _PyObject_DebugMallocStats()
1909 total = printone("# bytes in allocated blocks", allocated_bytes); in _PyObject_DebugMallocStats()
1910 total += printone("# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats()
1914 total += printone(buf, (size_t)numfreepools * POOL_SIZE); in _PyObject_DebugMallocStats()
[all …]