diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-22 01:26:12 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-22 01:26:12 +0000 |
commit | 2a6c9f299ecbeb6c8c8f941f562455598c121874 (patch) | |
tree | d45c2a0a86d9bd247f65494b0d8c395e330f4d2b /ace/Memory_Pool.cpp | |
parent | ab30036cc2e77f3467c946741ac79452338a9a42 (diff) | |
download | ATCD-2a6c9f299ecbeb6c8c8f941f562455598c121874.tar.gz |
ChangeLogTag:Thu Oct 21 20:21:13 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Memory_Pool.cpp')
-rw-r--r-- | ace/Memory_Pool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Memory_Pool.cpp b/ace/Memory_Pool.cpp index 80f1dae763d..0add7887a8a 100644 --- a/ace/Memory_Pool.cpp +++ b/ace/Memory_Pool.cpp @@ -271,6 +271,7 @@ ACE_MMAP_Memory_Pool::map_file (off_t map_size) else { #if defined (ACE_HAS_POSITION_INDEPENDENT_MALLOC) + this->base_addr_ = this->mmap_.addr (); ACE_BASED_POINTER_REPOSITORY::instance ()->bind (this->base_addr_, map_size); #endif /* ACE_HAS_POSITION_INDEPENDENT_MALLOC */ |