Lines Matching defs:nbytes
571 size_t nbytes; in new_arena() local
790 PyObject_Malloc(size_t nbytes) in PyObject_Malloc()
1225 PyObject_Realloc(void *p, size_t nbytes) in PyObject_Realloc()
1442 _PyMem_DebugMalloc(size_t nbytes) in _PyMem_DebugMalloc()
1447 _PyMem_DebugRealloc(void *p, size_t nbytes) in _PyMem_DebugRealloc()
1459 _PyObject_DebugMalloc(size_t nbytes) in _PyObject_DebugMalloc()
1464 _PyObject_DebugRealloc(void *p, size_t nbytes) in _PyObject_DebugRealloc()
1482 _PyObject_DebugMallocApi(char id, size_t nbytes) in _PyObject_DebugMallocApi()
1523 size_t nbytes; in _PyObject_DebugFreeApi() local
1536 _PyObject_DebugReallocApi(char api, void *p, size_t nbytes) in _PyObject_DebugReallocApi()
1603 size_t nbytes; in _PyObject_DebugCheckAddressApi() local
1655 size_t nbytes, serial; in _PyObject_DebugDumpAddress() local