summaryrefslogtreecommitdiffstats
path: root/src/lib/util/memory_segment_local.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3361] release changesWlodzimierz Wencel2024-04-291-1/+1
* [#3316] fixed doxygenRazvan Becheriu2024-04-031-4/+0
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [2850] Constify allMemoryDeallocated() againMukund Sivaraman2013-05-201-1/+1
* [2850] Fix MemorySegmentMapped::allMemoryDeallocated() and make it non-constMukund Sivaraman2013-05-131-1/+1
* [2850] Constify getNamedAddress()Mukund Sivaraman2013-05-061-1/+1
* [2850] Make getNamedAddress() return a std::pairMukund Sivaraman2013-05-021-1/+1
* [2831] handle NULL name values for xxxNamedAddress explicitly.JINMEI Tatuya2013-04-101-3/+3
* [2831] described implementation-specific differences of setNamedAddress.JINMEI Tatuya2013-04-091-0/+5
* [2831] more documentation and some more testsJINMEI Tatuya2013-03-121-0/+14
* [2831] make shrinkToFit non virtual; add more docJINMEI Tatuya2013-03-121-3/+0
* [2831] handle the case where setNamedAddress failed due to short space.JINMEI Tatuya2013-03-121-1/+5
* [2831] added namedAddress interface to local segment, share the test cases.JINMEI Tatuya2013-03-111-0/+5
* [2831] supported shrinkToFit().JINMEI Tatuya2013-03-111-0/+3
* [2831] added get/set/clearNamedAddress interfacesJINMEI Tatuya2013-03-091-0/+4
* [2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman2012-10-251-3/+3
* [2088] Throw isc::OutOfRange when size passed to deallocate() is larger than ...Mukund Sivaraman2012-07-121-0/+3
* [2088] Throw bad_alloc when MemorySegment cannot allocate the required spaceMukund Sivaraman2012-07-121-0/+3
* [2088] Mark virtual methods as virtual even in derived classesMukund Sivaraman2012-07-121-3/+3
* [2088] Add virtual destructor to MemorySegmentMukund Sivaraman2012-07-121-0/+3
* [2088] Document MemorySegment classesMukund Sivaraman2012-07-061-0/+28
* [2088] Add initial MemorySegment and MemorySegmentLocal classesMukund Sivaraman2012-07-061-0/+39