mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-01 07:58:05 +03:00
Style and spelling fixes.
This commit is contained in:
parent
59cd80e6c6
commit
e12eaf93dc
20 changed files with 36 additions and 40 deletions
|
|
@ -162,7 +162,7 @@ chunk_alloc_core(void *new_addr, size_t size, size_t alignment, bool base,
|
|||
if ((ret = chunk_recycle(&chunks_szad_mmap, &chunks_ad_mmap, new_addr,
|
||||
size, alignment, base, zero)) != NULL)
|
||||
return (ret);
|
||||
/* requesting an address not implemented for chunk_alloc_mmap */
|
||||
/* Requesting an address not implemented for chunk_alloc_mmap(). */
|
||||
if (new_addr == NULL &&
|
||||
(ret = chunk_alloc_mmap(size, alignment, zero)) != NULL)
|
||||
return (ret);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue