Searched refs:heapCommit (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lld/COFF/
H A DConfig.h284 uint64_t heapCommit = 4096; member in struct:lld::coff::Configuration
H A DDriver.cpp1023 ctx.config.heapCommit = m.HeapCommit;
1792 parseNumbers(arg->getValue(), &config->heapReserve, &config->heapCommit);
H A DWriter.cpp1652 pe->SizeOfHeapCommit = config->heapCommit;

Completed in 178 milliseconds