summaryrefslogtreecommitdiff
path: root/src/lib/util/memory_segment_local.cc
AgeCommit message (Expand)Author
2016-12-14Added #include <config.h> to all .cc files.Andrei Pavel
2016-12-09[master] Replaced a NULL not accepted by old GCC in C++0x mode by a castFrancis Dupont
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-08-29[3911a] Reorganized library Makefile.am files (exception, util, log)Francis Dupont
2013-05-20[2850] Constify allMemoryDeallocated() againMukund Sivaraman
2013-05-13[2850] Fix MemorySegmentMapped::allMemoryDeallocated() and make it non-constMukund Sivaraman
2013-05-06[2850] Constify getNamedAddress()Mukund Sivaraman
2013-05-02[2850] Make getNamedAddress() return a std::pairMukund Sivaraman
2013-04-09[2831] handle NULL name values for xxxNamedAddress explicitly.JINMEI Tatuya
2013-04-04[2831] Rename variable, and also update test conditionMukund Sivaraman
2013-03-11[2831] handle the case where setNamedAddress failed due to short space.JINMEI Tatuya
2013-03-11[2831] added namedAddress interface to local segment, share the test cases.JINMEI Tatuya
2013-03-09[2831] added get/set/clearNamedAddress interfacesJINMEI Tatuya
2012-07-12[2088] Handle NULL deallocate as a nopMukund Sivaraman
2012-07-12[2088] Remove obsolete includeMukund Sivaraman
2012-07-12[2088] Throw isc::OutOfRange when size passed to deallocate() is larger than ...Mukund Sivaraman
2012-07-12[2088] Throw bad_alloc when MemorySegment cannot allocate the required spaceMukund Sivaraman
2012-07-09[2088] Fix coding style issuesMukund Sivaraman
2012-07-06[2088] Add initial MemorySegment and MemorySegmentLocal classesMukund Sivaraman