mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Fix markup nit pointed out by FLD
This commit is contained in:
		
							parent
							
								
									5125773ff1
								
							
						
					
					
						commit
						694e1816c2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -611,7 +611,7 @@ should be faster than the system \function{malloc()} and have less
 | 
				
			||||||
memory overhead.  The allocator uses C's \function{malloc()} function
 | 
					memory overhead.  The allocator uses C's \function{malloc()} function
 | 
				
			||||||
to get large pools of memory, and then fulfills smaller memory
 | 
					to get large pools of memory, and then fulfills smaller memory
 | 
				
			||||||
requests from these pools.  It can be enabled by providing the
 | 
					requests from these pools.  It can be enabled by providing the
 | 
				
			||||||
"--with-pymalloc" option to the \file{configure} script; see
 | 
					\longprogramopt{--with-pymalloc} option to the \program{configure} script; see
 | 
				
			||||||
\file{Objects/obmalloc.c} for the implementation details.
 | 
					\file{Objects/obmalloc.c} for the implementation details.
 | 
				
			||||||
Contributed by Vladimir Marangozov.
 | 
					Contributed by Vladimir Marangozov.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue