Memory tracking system updated.

This commit is contained in:
Shyotl
2012-01-29 01:33:14 -06:00
parent 32c6365bf9
commit 9453c2c2e9
25 changed files with 1248 additions and 486 deletions

View File

@@ -244,6 +244,7 @@ LLSocket::LLSocket() :
mPool(LLThread::tldata().mRootPool),
mPort(PORT_INVALID)
{
LLMemType m1(LLMemType::MTYPE_IO_TCP);
}
LLSocket::~LLSocket()