core.internal.gc.proxy
Contains the external GC interface.
Copyright
D Language Foundation 2005 - 2021.
alias BlkInfo
fn _d_register_conservative_gc _d_register_manual_gc gc_addRange gc_addrOf gc_addRoot gc_allocatedInCurrentThread gc_calloc gc_clrAttr gc_clrProxy gc_collect gc_disable gc_enable gc_expandArrayUsed gc_extend gc_free gc_getArrayUsed gc_getAttr gc_getProxy gc_inFinalizer gc_init gc_init_nothrow gc_malloc gc_minimize gc_profileStats gc_qalloc gc_query gc_realloc gc_removeRange gc_removeRoot gc_reserve gc_reserveArrayCapacity gc_runFinalizers gc_setAttr gc_setProxy gc_shrinkArrayUsed gc_sizeOf gc_stats gc_term instance register_default_gcs
Types 1
Functions 40
fn
void * gc_realloc( void * p, size_t sz, uint ba = 0, const scope TypeInfo ti = null ) extern(C) nothrow