Lines Matching defs:nbytes
1241 size_t nbytes; in new_arena() local
1424 pymalloc_alloc(void *ctx, size_t nbytes) in pymalloc_alloc()
1620 _PyObject_Malloc(void *ctx, size_t nbytes) in _PyObject_Malloc()
1640 size_t nbytes = nelem * elsize; in _PyObject_Calloc() local
1913 pymalloc_realloc(void *ctx, void **newptr_p, void *p, size_t nbytes) in pymalloc_realloc()
1974 _PyObject_Realloc(void *ctx, void *ptr, size_t nbytes) in _PyObject_Realloc()
2091 _PyMem_DebugRawAlloc(int use_calloc, void *ctx, size_t nbytes) in _PyMem_DebugRawAlloc()
2151 _PyMem_DebugRawMalloc(void *ctx, size_t nbytes) in _PyMem_DebugRawMalloc()
2159 size_t nbytes; in _PyMem_DebugRawCalloc() local
2181 size_t nbytes; in _PyMem_DebugRawFree() local
2192 _PyMem_DebugRawRealloc(void *ctx, void *p, size_t nbytes) in _PyMem_DebugRawRealloc()
2300 _PyMem_DebugMalloc(void *ctx, size_t nbytes) in _PyMem_DebugMalloc()
2323 _PyMem_DebugRealloc(void *ctx, void *ptr, size_t nbytes) in _PyMem_DebugRealloc()
2340 size_t nbytes; in _PyMem_DebugCheckAddress() local
2392 size_t nbytes; in _PyObject_DebugDumpAddress() local