Skip to content
  • Mukund Sivaraman's avatar
    [2850] Pre-reserve some memory to workaround relocations in setNamedAddress() · bf30f052
    Mukund Sivaraman authored
    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.
    bf30f052