diff options
Diffstat (limited to 'libc/malloc_debug/malloc_debug.h')
-rw-r--r-- | libc/malloc_debug/malloc_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/malloc_debug/malloc_debug.h b/libc/malloc_debug/malloc_debug.h index 6f9f90f5f..347fae236 100644 --- a/libc/malloc_debug/malloc_debug.h +++ b/libc/malloc_debug/malloc_debug.h @@ -39,7 +39,7 @@ // will still be in this order. // Header (Required) // BacktraceHeader (Optional: For the allocation backtrace) -// uint8_t data (Optional: Front guard, will be a multiple of sizeof(uintptr_t)) +// uint8_t data (Optional: Front guard, will be a multiple of MINIMUM_ALIGNMENT_BYTES) // allocation data // uint8_t data (Optional: End guard) // |