This is a discussion on Non linear memory allocations - Programmer ; I have memory problems. So I inspected my allocations. They are not linear. Is it normal or is something wrong? Some values of farmalloc: Farmalloc(4352)= 0x[4187:00FE] Farmalloc(66) = 0x[115F:0146] Farmalloc(1680)= 0x[36AF:096E] it jumps strangely from 0x[4187:00FE] to 0x[115F:0146]. My memory ...
I have memory problems. So I inspected my allocations.
They are not linear. Is it normal or is something wrong?
Some values of farmalloc:
Farmalloc(4352)= 0x[4187:00FE]
Farmalloc(66) = 0x[115F:0146]
Farmalloc(1680)= 0x[36AF:096E]
it jumps strangely from 0x[4187:00FE] to 0x[115F:0146].
My memory model is large and my code is compiled with win16
Any help will be appreciated