Re: malloc for large allocations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2 Mar 2023 at 16:36, bernardwidynski--- via Gcc-help
<gcc-help@xxxxxxxxxxx> wrote:
>
> I have a computer with 128 gigabytes of memory.
> However, when I try to malloc memory, it only works if I malloc less than 64 gigabytes.
> Is there some parameter I could change that would allow me to malloc more than 64 gigabytes.

This has nothing to do with GCC. malloc is provided by the C library,
not by GCC.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux