int getExecutableMappingAddress();
+bool printLog(log_t* log, int msgType);
/******************************************************************************
* internal functions
(this means that these functions do not need to set enter/exit flag)
if(recvlen > 0)
{
log.length = sprintf(log.data, "%ld", g_total_alloc_size);
- // printLog(&log, MSG_ALLOC);
+ printLog(&log, MSG_ALLOC);
}
else
{
* manipulate and print log functions
************************************************************************/
-/*bool printLog(log_t* log, int msgType)
+bool printLog(log_t* log, int msgType)
{
int res;
if(unlikely(gTraceInfo.socket.daemonSock == -1))
probeBlockEnd();
return true;
-}*/
+}
bool printLogStr(const char* str, int msgType)
{