Lines Matching defs:nbytes
1260 size_t nbytes; in new_arena() local
1590 pymalloc_alloc(void *ctx, size_t nbytes) in pymalloc_alloc()
1638 _PyObject_Malloc(void *ctx, size_t nbytes) in _PyObject_Malloc()
1657 size_t nbytes = nelem * elsize; in _PyObject_Calloc() local
1938 pymalloc_realloc(void *ctx, void **newptr_p, void *p, size_t nbytes) in pymalloc_realloc()
1999 _PyObject_Realloc(void *ctx, void *ptr, size_t nbytes) in _PyObject_Realloc()
2116 _PyMem_DebugRawAlloc(int use_calloc, void *ctx, size_t nbytes) in _PyMem_DebugRawAlloc()
2176 _PyMem_DebugRawMalloc(void *ctx, size_t nbytes) in _PyMem_DebugRawMalloc()
2184 size_t nbytes; in _PyMem_DebugRawCalloc() local
2206 size_t nbytes; in _PyMem_DebugRawFree() local
2217 _PyMem_DebugRawRealloc(void *ctx, void *p, size_t nbytes) in _PyMem_DebugRawRealloc()
2327 _PyMem_DebugMalloc(void *ctx, size_t nbytes) in _PyMem_DebugMalloc()
2350 _PyMem_DebugRealloc(void *ctx, void *ptr, size_t nbytes) in _PyMem_DebugRealloc()
2367 size_t nbytes; in _PyMem_DebugCheckAddress() local
2409 size_t nbytes; in _PyObject_DebugDumpAddress() local