Lines Matching defs:nbytes
1597 size_t nbytes; in new_arena() local
1948 pymalloc_alloc(void *ctx, size_t nbytes) in pymalloc_alloc()
1996 _PyObject_Malloc(void *ctx, size_t nbytes) in _PyObject_Malloc()
2015 size_t nbytes = nelem * elsize; in _PyObject_Calloc() local
2301 pymalloc_realloc(void *ctx, void **newptr_p, void *p, size_t nbytes) in pymalloc_realloc()
2362 _PyObject_Realloc(void *ctx, void *ptr, size_t nbytes) in _PyObject_Realloc()
2479 _PyMem_DebugRawAlloc(int use_calloc, void *ctx, size_t nbytes) in _PyMem_DebugRawAlloc()
2539 _PyMem_DebugRawMalloc(void *ctx, size_t nbytes) in _PyMem_DebugRawMalloc()
2547 size_t nbytes; in _PyMem_DebugRawCalloc() local
2569 size_t nbytes; in _PyMem_DebugRawFree() local
2580 _PyMem_DebugRawRealloc(void *ctx, void *p, size_t nbytes) in _PyMem_DebugRawRealloc()
2690 _PyMem_DebugMalloc(void *ctx, size_t nbytes) in _PyMem_DebugMalloc()
2713 _PyMem_DebugRealloc(void *ctx, void *ptr, size_t nbytes) in _PyMem_DebugRealloc()
2730 size_t nbytes; in _PyMem_DebugCheckAddress() local
2772 size_t nbytes; in _PyObject_DebugDumpAddress() local