[2850] Pre-reserve some memory to workaround relocations in setNamedAddress()
This commit introduces a problem that allMemoryDeallocated() doesn't work anymore, because the reserved memory is freed only when the segment is destroyed. One workaround is to temporarily release and re-reserve this memory in allMemoryDeallocated(), but that would make it a non-const method. I don't see any other clean way of doing this.
Please register or sign in to comment