Fix a typo in a comment.
This commit is contained in:
parent
b4c932a221
commit
9b318728ab
1 changed files with 1 additions and 1 deletions
|
@ -1208,7 +1208,7 @@ r_alloc_init (void)
|
|||
the relocatable blocks much less often. The number used to be
|
||||
64, but alloc.c would override that with 32 in code that was
|
||||
removed when SYNC_INPUT became the only input handling mode.
|
||||
That code was condition on !DOUG_LEA_MALLOC, so the call to
|
||||
That code was conditioned on !DOUG_LEA_MALLOC, so the call to
|
||||
mallopt above is left unchanged. (Actually, I think there's no
|
||||
system nowadays that uses DOUG_LEA_MALLOC and also uses
|
||||
REL_ALLOC.) */
|
||||
|
|
Loading…
Add table
Reference in a new issue