Home
last modified time | relevance | path

Searched refs:read_size_t (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c2423 read_size_t(const void *p) in read_size_t() function
2572 nbytes = read_size_t(q); in _PyMem_DebugRawFree()
2600 original_nbytes = read_size_t(head); in _PyMem_DebugRawRealloc()
2609 size_t block_serialno = read_size_t(tail + SST); in _PyMem_DebugRawRealloc()
2756 nbytes = read_size_t(q - 2*SST); in _PyMem_DebugCheckAddress()
2785 nbytes = read_size_t(q - 2*SST); in _PyObject_DebugDumpAddress()
2841 size_t serial = read_size_t(tail + SST); in _PyObject_DebugDumpAddress()

Completed in 4 milliseconds