AllocationBase    838 gc/dyn_load.c  	       buf -> BaseAddress, buf -> AllocationBase, buf -> RegionSize,
AllocationBase    883 gc/dyn_load.c  		&& !GC_is_heap_base(buf.AllocationBase)
AllocationBase    636 gc/os_dep.c        if (base != 0) *base = (ptr_t)(buf.AllocationBase);
AllocationBase   1215 gc/os_dep.c        	if (result != sizeof(buf) || buf.AllocationBase == 0) break;
AllocationBase   1216 gc/os_dep.c        	p = (ptr_t)(buf.AllocationBase);
AllocationBase   1258 gc/os_dep.c        return buf.AllocationBase;
AllocationBase   1333 gc/os_dep.c            if (result != sizeof(buf) || buf.AllocationBase == 0
AllocationBase   1334 gc/os_dep.c                || GC_is_heap_base(buf.AllocationBase)) break;