mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-18 20:29:01 -04:00
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:
parent
db19db7e60
commit
827dbd8cf3
8 changed files with 538 additions and 4 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue