Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c1380 write_size_t(void *p, size_t n) in write_size_t() function
1499 write_size_t(p, nbytes); in _PyObject_DebugMallocApi()
1509 write_size_t(tail + SST, serialno); in _PyObject_DebugMallocApi()
1574 write_size_t(q, nbytes); in _PyObject_DebugReallocApi()
1581 write_size_t(tail + SST, serialno); in _PyObject_DebugReallocApi()
/external/python/cpython3/Objects/
Dobmalloc.c1988 write_size_t(void *p, size_t n) in write_size_t() function
2062 write_size_t(p, nbytes); in _PyMem_DebugRawAlloc()
2073 write_size_t(tail + SST, serialno); in _PyMem_DebugRawAlloc()
2191 write_size_t(head, nbytes); in _PyMem_DebugRawRealloc()
2198 write_size_t(tail + SST, block_serialno); in _PyMem_DebugRawRealloc()