This PR extends the query API to also return the allocation base of memory areas. On Microsoft Windows, the allocation base is equal to the base address of the memory area that was originally reserved due to how memory allocation works on Microsoft Windows (see PR #26). On Unix, the allocation base is the same as the actual base address of the memory area.
This PR extends the query API to also return the allocation base of memory areas. On Microsoft Windows, the allocation base is equal to the base address of the memory area that was originally reserved due to how memory allocation works on Microsoft Windows (see PR #26). On Unix, the allocation base is the same as the actual base address of the memory area.