X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcommon_def.c;h=785956ca7887753f4f7f9c98a9a07f59602cb65e;hb=4a4be152a02505f732a92caa2a5592f2ec70b9ae;hp=184d1d70f6185280083b84f48770848abca20ca3;hpb=c0421fee45d07243f1cc3b2250bd66600f15aac7;p=o-du%2Fl2.git diff --git a/src/cm/common_def.c b/src/cm/common_def.c index 184d1d70f..785956ca7 100644 --- a/src/cm/common_def.c +++ b/src/cm/common_def.c @@ -283,7 +283,7 @@ uint8_t SGetSBufNewForDebug(char *file, const char *func, int line, Region regio #ifdef ODU_MEMORY_DEBUG_LOG if (strncmp(func,"cmInetRecvMsg",sizeof("cmInetRecvMsg"))) { - printf("\nCM_ALLOC=== SGetSBufNewForDebug %s +%d, %s, %d, %p \n",\ + printf("\nCM,ALLOC,=== SGetSBufNewForDebug %s +%d, %s, %d, %p \n",\ file, line, func, size, *ptr); } #endif @@ -316,7 +316,7 @@ uint8_t SPutSBufNewForDebug(char *file, const char *func, int line, Region regio #ifdef ODU_MEMORY_DEBUG_LOG if (strncmp(func,"cmInetRecvMsg",sizeof("cmInetRecvMsg"))) { - printf("\nCM_FREE=== SPutSBufNewForDebug %s +%d, %s, %d, %p \n",\ + printf("\nCM,FREE,=== SPutSBufNewForDebug %s +%d, %s, %d, %p \n",\ file, line, func, size, ptr); } #endif @@ -349,7 +349,7 @@ Region region, Pool pool, Data **ptr, Size size, uint8_t memType) if(SGetStaticBuffer(region, pool, ptr, size, memType) == ROK) { #ifdef ODU_MEMORY_DEBUG_LOG - printf("\nCM_ALLOC=== SGetStaticBufNewForDebug %s +%d, %s, %d, %p \n",\ + printf("\nCM,ALLOC,=== SGetStaticBufNewForDebug %s +%d, %s, %d, %p \n",\ file, line, func, size, *ptr); #endif return ROK; @@ -380,7 +380,7 @@ Region region, Pool pool, Data *ptr, Size size, uint8_t memType) if(SPutStaticBuffer(region, pool, ptr, size, memType) == ROK) { #ifdef ODU_MEMORY_DEBUG_LOG - printf("\nCM_FREE=== SPutStaticBufNewForDebug %s +%d, %s, %d, %p \n",\ + printf("\nCM,FREE,=== SPutStaticBufNewForDebug %s +%d, %s, %d, %p \n",\ file, line, func, size, ptr); #endif return ROK;