summaryrefslogtreecommitdiff
path: root/ace/Memory_Pool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Mon Aug 9 10:45:24 1999 Douglas C. Schmidt ↵schmidt1999-08-091-7/+11
| | | | <schmidt@mambo.cs.wustl.edu>
* ChangeLogTag:Tue Aug 3 22:39:34 1999 Douglas C. Schmidt ↵schmidt1999-08-041-4/+8
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Sun Aug 1 15:58:39 1999 Douglas C. Schmidt ↵schmidt1999-08-011-2/+3
| | | | <schmidt@ace.cs.wustl.edu>
* ChangeLogTag:Fri Jul 23 11:28:17 1999 Douglas C. Schmidt ↵schmidt1999-07-231-6/+8
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Thu Jul 8 00:23:02 1999 Douglas C. Schmidt ↵schmidt1999-07-081-3/+2
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Wed Jul 07 01:28:40 1999 Nanbor Wang <nanbor@cs.wustl.edu>schmidt1999-07-071-8/+8
|
* ChangeLogTag:Wed Jul 7 00:37:22 1999 Douglas C. Schmidt ↵schmidt1999-07-071-70/+158
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Wed Jul 7 00:37:22 1999 Douglas C. Schmidt ↵schmidt1999-07-071-23/+26
| | | | <schmidt@tango.cs.wustl.edu>
* *** empty log message ***irfan1999-04-171-1/+1
|
* Memory_Pool.cpp: Added a check to see if another memory mapping is responsibleOssama Othman1999-03-031-0/+9
| | | | for the current fault. If so then pass it on.
* ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-291-1/+13
|
* .schmidt1998-12-171-11/+9
|
* Since type key_t might be something other than int (e.g., a long),jxh1998-12-011-1/+4
| | | | some additional code was needed to support the sscanf.
* .schmidt1998-10-111-2/+12
|
* changed ACE_Auto_Basic_Array_Ptr<char *>levine1998-08-251-6/+5
| | | | template instantiation to ACE_Auto_Basic_Array_Ptr<char>.
* *** empty log message ***irfan1998-08-251-7/+40
|
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
|
* *** empty log message ***nanbor1998-06-201-6/+6
|
* HP-UX 11 hackery around ACE_DEFAULT_BASE_ADDR setting.Steve Huston1998-04-181-1/+11
| | | | See comments in config-hpux11.h
* CE changes.nanbor1998-03-131-4/+5
|
* Regular CE stuff.nanbor1998-03-121-24/+24
|
* *** empty log message ***schmidt1997-12-201-4/+20
|
* *** empty log message ***irfan1997-12-021-1/+6
|
* (ACE_Shared_Memory_Pool): reordered initializers to match declaration order.levine1997-11-181-90/+90
|
* *** empty log message ***schmidt1997-11-181-2/+2
|
* *** empty log message ***irfan1997-11-111-1/+1
|
* *** empty log message ***schmidt1997-11-021-1/+1
|
* Corrected an possible invalid pointer access.nw11997-10-221-54/+56
|
* Added LPSECURITY_ATTRIBUTES to a bunch of methods.nw11997-10-201-6/+11
|
* Clean build with -Wall on Linux, now!cleeland1997-07-291-1/+3
|
* fixed typoslevine1997-04-171-4/+4
|
* *** empty log message ***schmidt1997-04-171-4/+61
|
* MMAP_Memory_Pool_Options doesn't have accessors.harrison1997-04-101-1/+1
|
* Modified ACE_MMAP_Memory_Pool and ACE_MMAP_Memory_Pool_Options toharrison1997-04-101-10/+28
| | | | | | | | | include the new guess_on_fault option. This is only for platforms that can not report which address caused a segmentation fault (via signal or exception). When guess_on_fault is set (via ACE_MMAP_Memory_Pool_Options), ACE_MMAP_Memory_Pool::handle_signal calls ACE_MMAP_Memory_Pool::remap "guessing" that the segmentation fault was caused by an access to memory not yet mapped.
* *** empty log message ***schmidt1997-03-211-0/+1
|
* otschmidt1997-03-201-1/+1
|
* fooschmidt1997-02-101-2/+6
|
* (init_acquire): cast this->minimum_bytes_ to size_t to avoid comiplier ↵levine1997-01-291-1/+1
| | | | warning if size_t is unsigned
* fooschmidt1997-01-291-3/+10
|
* changed "sizeof char" to "sizeof (char)" because g++ and Sun C++ (properly) ↵levine1997-01-281-1/+1
| | | | choked on it
* *** empty log message ***irfan1997-01-281-2/+3
|
* fooschmidt1997-01-141-0/+2
|
* fooschmidt1997-01-121-6/+6
|
* fooschmidt1996-12-171-0/+2
|
* foobarschmidt1996-12-131-0/+2
|
* fooschmidt1996-12-111-2/+2
|
* eonschmidt1996-12-101-5/+5
|
* *** empty log message ***irfan1996-12-101-7/+7
|
* helloschmidt1996-12-021-64/+100
|
* Eonschmidt1996-11-301-1/+0
|