Home
last modified time | relevance | path

Searched refs:PY_FORMAT_SIZE_T (Results 1 – 25 of 36) sorted by relevance

12

/external/python/cpython2/Include/
Dpyport.h233 #ifndef PY_FORMAT_SIZE_T
235 # define PY_FORMAT_SIZE_T "" macro
237 # define PY_FORMAT_SIZE_T "l" macro
239 # define PY_FORMAT_SIZE_T "I" macro
Dpymacconfig.h97 #undef PY_FORMAT_SIZE_T
/external/python/cpython2/Objects/
Dobject.c95 fprintf(f, "%s alloc'd: %" PY_FORMAT_SIZE_T "d, " in dump_counts()
96 "freed: %" PY_FORMAT_SIZE_T "d, " in dump_counts()
97 "max in use: %" PY_FORMAT_SIZE_T "d\n", in dump_counts()
100 fprintf(f, "fast tuple allocs: %" PY_FORMAT_SIZE_T "d, " in dump_counts()
101 "empty: %" PY_FORMAT_SIZE_T "d\n", in dump_counts()
103 fprintf(f, "fast int allocs: pos: %" PY_FORMAT_SIZE_T "d, " in dump_counts()
104 "neg: %" PY_FORMAT_SIZE_T "d\n", in dump_counts()
106 fprintf(f, "null strings: %" PY_FORMAT_SIZE_T "d, " in dump_counts()
107 "1-strings: %" PY_FORMAT_SIZE_T "d\n", in dump_counts()
198 "%" PY_FORMAT_SIZE_T "d", in _Py_NegativeRefcount()
[all …]
Dobmalloc.c1669 fprintf(stderr, " %" PY_FORMAT_SIZE_T "u bytes originally " in _PyObject_DebugDumpAddress()
1725 fprintf(stderr, " The block was made by call #%" PY_FORMAT_SIZE_T in _PyObject_DebugDumpAddress()
1891 "%11" PY_FORMAT_SIZE_T "u " in _PyObject_DebugMallocStats()
1892 "%15" PY_FORMAT_SIZE_T "u " in _PyObject_DebugMallocStats()
1893 "%13" PY_FORMAT_SIZE_T "u\n", in _PyObject_DebugMallocStats()
1909 "%" PY_FORMAT_SIZE_T "u arenas * %d bytes/arena", in _PyObject_DebugMallocStats()
Dtupleobject.c38 fprintf(stderr, "Tuples created: %" PY_FORMAT_SIZE_T "d\n", in show_track()
40 fprintf(stderr, "Tuples tracked by the GC: %" PY_FORMAT_SIZE_T in show_track()
Ddictobject.c174 fprintf(stderr, "Dict allocations: %" PY_FORMAT_SIZE_T "d\n", in show_alloc()
176 fprintf(stderr, "Dict reuse through freelist: %" PY_FORMAT_SIZE_T in show_alloc()
191 fprintf(stderr, "Dicts created: %" PY_FORMAT_SIZE_T "d\n", in show_track()
193 fprintf(stderr, "Dicts tracked by the GC: %" PY_FORMAT_SIZE_T in show_track()
Dstringobject.c330 sprintf(s, "%" PY_FORMAT_SIZE_T "d", in PyString_FromFormatV()
346 sprintf(s, "%" PY_FORMAT_SIZE_T "u", in PyString_FromFormatV()
4831 fprintf(stderr, "releasing %" PY_FORMAT_SIZE_T "d interned strings\n", in _Py_ReleaseInternedStrings()
4853 "%" PY_FORMAT_SIZE_T "d/%" PY_FORMAT_SIZE_T "d " in _Py_ReleaseInternedStrings()
Dlistobject.c84 fprintf(stderr, "List allocations: %" PY_FORMAT_SIZE_T "d\n", in show_alloc()
86 fprintf(stderr, "List reuse through freelist: %" PY_FORMAT_SIZE_T in show_alloc()
Dbytesobject.c275 sprintf(buffer, "%" PY_FORMAT_SIZE_T "d", in PyBytes_FromFormatV()
288 sprintf(buffer, "%" PY_FORMAT_SIZE_T "u", in PyBytes_FromFormatV()
/external/python/cpython2/Modules/
D_sre.c275 TRACE(("allocate/grow stack %" PY_FORMAT_SIZE_T "d\n", cursize)); in data_stack_grow()
595 TRACE(("|%p|%p|COUNT %" PY_FORMAT_SIZE_T "d\n", pattern, ptr, in SRE_COUNT()
600 TRACE(("|%p|%p|COUNT %" PY_FORMAT_SIZE_T "d\n", pattern, ptr, in SRE_COUNT()
688 TRACE(("allocating %s in %" PY_FORMAT_SIZE_T "d " \
689 "(%" PY_FORMAT_SIZE_T "d)\n", \
703 TRACE(("looking up %s at %" PY_FORMAT_SIZE_T "d\n", SFY(type), pos)); \
709 TRACE(("copy data in %p to %" PY_FORMAT_SIZE_T "d " \
710 "(%" PY_FORMAT_SIZE_T "d)\n", \
724 TRACE(("copy data to %p from %" PY_FORMAT_SIZE_T "d " \
725 "(%" PY_FORMAT_SIZE_T "d)\n", \
[all …]
Dgcmodule.c892 PySys_WriteStderr(" %" PY_FORMAT_SIZE_T "d", in collect()
999 "%" PY_FORMAT_SIZE_T "d unreachable, " in collect()
1000 "%" PY_FORMAT_SIZE_T "d uncollectable", in collect()
/external/python/cpython3/Include/
Dpymacconfig.h97 #undef PY_FORMAT_SIZE_T
Dpyport.h163 #ifndef PY_FORMAT_SIZE_T
164 # define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython2/Modules/_multiprocessing/
Dpipe_connection.c28 …PyErr_Format(PyExc_ValueError, "Cannnot send %" PY_FORMAT_SIZE_T "d bytes over connection", length… in conn_send_string()
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h985 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython2/linux_arm64/pyconfig/
Dpyconfig.h1006 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h980 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython3/android/darwin/pyconfig/
Dpyconfig.h1435 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h1429 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython3/android/linux_arm64/pyconfig/
Dpyconfig.h1427 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h1429 #define PY_FORMAT_SIZE_T "z" macro
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst16 In a few places, PY_FORMAT_SIZE_T was incorrectly used with
18 PY_FORMAT_SIZE_T is designed to select the correct format for the OS
/external/python/cpython3/Doc/c-api/
Dbytes.rst63 .. % when necessary via interpolating PY_FORMAT_SIZE_T.
/external/python/cpython2/Doc/c-api/
Dstring.rst80 .. % when necessary via interpolating PY_FORMAT_SIZE_T.
/external/python/cpython2/Python/
Dpythonrun.c110 fprintf(stderr, "[%" PY_FORMAT_SIZE_T "d refs]\n", total); in _PyDebug_PrintTotalRefs()

12