Skip to content

Commit d0c36b3

Browse files
authored
Update upstream_malloc.h
1 parent b2ec998 commit d0c36b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Guest/Sources/dlmalloc/src/upstream_malloc.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,8 +3131,7 @@ static int init_mparams(void) {
31313131
}
31323132
#endif /* WIN32 */
31333133

3134-
/* Sanity-check configuration:
3135-
size_t must be unsigned and as wide as pointer type.
3134+
/* size_t must be unsigned and as wide as pointer type.
31363135
ints must be at least 4 bytes.
31373136
alignment must be at least 8.
31383137
Alignment, min chunk size, and page size must all be powers of 2.

0 commit comments

Comments
 (0)