Home
last modified time | relevance | path

Searched refs:alloc_bytes_loh (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcinterface.h111 int64_t alloc_bytes_loh; //Number of bytes allocated on LOH by this context member
125 alloc_bytes_loh = 0; in init()
H A Dgc.cpp9658 gen.allocation_context.alloc_bytes_loh = 0; in make_generation()
34222 …_large_object (size + ComputeMaxStructAlignPadLarge(requiredAlignment), acontext->alloc_bytes_loh);
34406 newAlloc = (Object*) hp->allocate_large_object (size, acontext->alloc_bytes_loh);
34472 …_large_object (size + ComputeMaxStructAlignPadLarge(requiredAlignment), acontext->alloc_bytes_loh);
34550 …_large_object (size + ComputeMaxStructAlignPadLarge(requiredAlignment), acontext->alloc_bytes_loh);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DGCHelpers.cpp213 …Int64 currentAllocated = ac->alloc_bytes + ac->alloc_bytes_loh - (ac->alloc_limit - ac->alloc_ptr);
H A Dportable.cpp48 __int64 alloc_bytes_loh; //Number of bytes allocated on LOH by this context member