Fixed comment.
This commit is contained in:
parent
00c4f06292
commit
e7be2c3e99
1 changed files with 2 additions and 1 deletions
|
@ -390,8 +390,9 @@ struct TypedArenaChunk<T> {
|
|||
next: *mut TypedArenaChunk<T>,
|
||||
|
||||
/// The number of elements that this chunk can hold.
|
||||
// Objects follow here, suitably aligned.
|
||||
capacity: usize,
|
||||
|
||||
// Objects follow here, suitably aligned.
|
||||
}
|
||||
|
||||
fn calculate_size<T>(capacity: usize) -> usize {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue