rt.gc.basic.gcx

This module contains the garbage collector implementation.

Members

Aliases

Bins
alias Bins = ubyte
Undocumented in source.
gc_t
alias gc_t = GC
Undocumented in source.

Classes

GC
class GC
Undocumented in source.
GCLock
class GCLock
Undocumented in source.

Enums

B_16
anonymousenum B_16
Undocumented in source.
PAGESIZE
anonymousenum PAGESIZE
Undocumented in source.

Functions

sentinel_Invariant
void sentinel_Invariant(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_Invariant
void sentinel_Invariant(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_add
void* sentinel_add(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_add
void* sentinel_add(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_init
void sentinel_init(void* p, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_init
void sentinel_init(void* p, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_post
ubyte* sentinel_post(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_pre
size_t* sentinel_pre(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_size
size_t* sentinel_size(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_sub
void* sentinel_sub(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.
sentinel_sub
void* sentinel_sub(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BlkInfo
struct BlkInfo
Undocumented in source.
Gcx
struct Gcx
Undocumented in source.
List
struct List
Undocumented in source.
Log
struct Log
Undocumented in source.
LogArray
struct LogArray
Undocumented in source.
Pool
struct Pool
Undocumented in source.
Range
struct Range
Undocumented in source.

Variables

GCVERSION
uint GCVERSION;
Undocumented in source.
SENTINEL_EXTRA
uint SENTINEL_EXTRA;
Undocumented in source.
SENTINEL_EXTRA
uint SENTINEL_EXTRA;
Undocumented in source.
SENTINEL_POST
ubyte SENTINEL_POST;
Undocumented in source.
SENTINEL_PRE
size_t SENTINEL_PRE;
Undocumented in source.
binsize
size_t binsize;
Undocumented in source.
notbinsize
size_t notbinsize;
Undocumented in source.

Meta

License

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, in both source and binary form, subject to the following restrictions:

o The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. o Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. o This notice may not be removed or altered from any source distribution.

Authors

Walter Bright, David Friedman, Sean Kelly, Kris