Lines Matching defs:nbytes
1196 size_t nbytes; in new_arena() local
1380 pymalloc_alloc(void *ctx, void **ptr_p, size_t nbytes) in pymalloc_alloc()
1571 _PyObject_Malloc(void *ctx, size_t nbytes) in _PyObject_Malloc()
1593 size_t nbytes = nelem * elsize; in _PyObject_Calloc() local
1851 pymalloc_realloc(void *ctx, void **newptr_p, void *p, size_t nbytes) in pymalloc_realloc()
1912 _PyObject_Realloc(void *ctx, void *ptr, size_t nbytes) in _PyObject_Realloc()
2026 _PyMem_DebugRawAlloc(int use_calloc, void *ctx, size_t nbytes) in _PyMem_DebugRawAlloc()
2079 _PyMem_DebugRawMalloc(void *ctx, size_t nbytes) in _PyMem_DebugRawMalloc()
2087 size_t nbytes; in _PyMem_DebugRawCalloc() local
2125 size_t nbytes; in _PyMem_DebugRawFree() local
2136 _PyMem_DebugRawRealloc(void *ctx, void *p, size_t nbytes) in _PyMem_DebugRawRealloc()
2234 _PyMem_DebugMalloc(void *ctx, size_t nbytes) in _PyMem_DebugMalloc()
2257 _PyMem_DebugRealloc(void *ctx, void *ptr, size_t nbytes) in _PyMem_DebugRealloc()
2274 size_t nbytes; in _PyMem_DebugCheckAddress() local
2326 size_t nbytes, serial; in _PyObject_DebugDumpAddress() local