Displaying 2 results from an estimated 2 matches for "7a9f6b66".
2018 Jan 24
2
Hitting kMaxNumChunks
On Wed, Jan 24, 2018 at 11:30 AM, Kostya Serebryany <kcc at google.com> wrote:
> +Aleksey, who has been dealing with the allocator recently.
>
> If you have a "((idx)) < ((kMaxNumChunks))" (0x40000, 0x40000)
> check failure, it means that you've allocated (and did not deallocate) 2^18
> large heap regions, each *at least* (2^17+1) bytes.
> This means, that
2018 Jan 25
1
Hitting kMaxNumChunks
...increase the limit to 2^19 for our build, and I'll report the results
> here.
>
Yes, please do. Thanks!
>
> Thanks,
> Frederik
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180124/7a9f6b66/attachment.html>