Re: [mildly OT] Some info about Python
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [mildly OT] Some info about Python
- From: Andre Leiradella <andre@...>
- Date: 2020年1月15日 22:35:45 +0000
On 15/01/20 22:17, Stefan wrote:
Well, that's exactly the problem with area allocators: What if your
data no longer fits into your area?
You can create huge linear allocators. Bonus: if a bogus script exhausts
the allocator, the script will end.
Abusing virtual memory is extremely hacky.
Not at all.
Cheers,
Andre