added a memory management class for small objects.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4046 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-02-20 21:36:21 +00:00
parent db19db7e60
commit 827dbd8cf3
8 changed files with 538 additions and 4 deletions

View file

@ -405,6 +405,7 @@ HEADERS += upnp/upnphandler.h
HEADERS += util/folderiterator.h \
util/rsdebug.h \
util/smallobject.h \
util/rsdir.h \
util/rsdiscspace.h \
util/rsnet.h \
@ -525,6 +526,7 @@ SOURCES += upnp/upnphandler.cc
SOURCES += util/folderiterator.cc \
util/rsdebug.cc \
util/smallobject.cc \
util/rsdir.cc \
util/rsdiscspace.cc \
util/rsnet.cc \