mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Remove a superfluous comment.
This commit is contained in:
parent
9d2c10f2e8
commit
8282a2ad97
1 changed files with 0 additions and 1 deletions
|
|
@ -3049,7 +3049,6 @@ arena_ralloc_no_move(tsd_t *tsd, void *ptr, size_t oldsize, size_t size,
|
||||||
/* Calls with non-zero extra had to clamp extra. */
|
/* Calls with non-zero extra had to clamp extra. */
|
||||||
assert(extra == 0 || size + extra <= HUGE_MAXCLASS);
|
assert(extra == 0 || size + extra <= HUGE_MAXCLASS);
|
||||||
|
|
||||||
/* Prevent exceeding PTRDIFF_MAX. */
|
|
||||||
if (unlikely(size > HUGE_MAXCLASS))
|
if (unlikely(size > HUGE_MAXCLASS))
|
||||||
return (true);
|
return (true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue