tardy ~master (2020-11-26T16:30:39Z)
Dub
Repo
GC
tardy
allocators
Undocumented in source.
struct
GC {
import
std
.
experimental
.
allocator
.
gc_allocator
:
GCAllocator
;
;
enum
alignment
;
static
GC
instance
;
void
[]
allocate
(size_t n);
bool
deallocate
(void[] );
}
Members
Functions
allocate
void
[]
allocate
(size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
deallocate
bool
deallocate
(void[] )
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
alignment
enum
alignment
;
Undocumented in source.
Static variables
instance
GC
instance
;
Undocumented in source.
Meta
Source
See Implementation
tardy
allocators
structs
GC
InSitu
templates
SBOAllocator