mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Whitespace normalization.
This commit is contained in:
parent
53e54fd934
commit
e0a1bb6341
1 changed files with 6 additions and 6 deletions
|
@ -651,9 +651,9 @@ PyObject_Malloc(size_t nbytes)
|
|||
UNLOCK();
|
||||
return (void *)bp;
|
||||
}
|
||||
/*
|
||||
* Allocate new pool
|
||||
*/
|
||||
/*
|
||||
* Allocate new pool
|
||||
*/
|
||||
if (nfreepools) {
|
||||
commit_pool:
|
||||
--nfreepools;
|
||||
|
@ -663,9 +663,9 @@ PyObject_Malloc(size_t nbytes)
|
|||
pool->szidx = DUMMY_SIZE_IDX;
|
||||
goto init_pool;
|
||||
}
|
||||
/*
|
||||
* Allocate new arena
|
||||
*/
|
||||
/*
|
||||
* Allocate new arena
|
||||
*/
|
||||
#ifdef WITH_MEMORY_LIMITS
|
||||
if (!(narenas < MAX_ARENAS)) {
|
||||
UNLOCK();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue