libd ~master (2021-08-29T21:20:58Z)
Dub
Repo
PageAllocation
libd
memory
allocator
pageallocator
Undocumented in source.
struct
PageAllocation {
ubyte
[]
memory
;
size_t
pageCount
;
bool
hasGuardPage
;
BitKeeperSlice
bitKeepSlice
;
}
Members
Variables
bitKeepSlice
BitKeeperSlice
bitKeepSlice
;
Undocumented in source.
hasGuardPage
bool
hasGuardPage
;
Undocumented in source.
memory
ubyte
[]
memory
;
Undocumented in source.
pageCount
size_t
pageCount
;
Undocumented in source.
Meta
Source
See Implementation
libd
memory
allocator
pageallocator
structs
PageAllocation
PageAllocator