X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fss_mem.c;h=fcf5744b139b7b57b18c3fcbcf115a53b48a7e41;hb=def50dc175cebc67238db5f1acd5ff322a2279bd;hp=2de9272c76c689a5ecb30c9d62f15de8f3351140;hpb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;p=o-du%2Fl2.git diff --git a/src/mt/ss_mem.c b/src/mt/ss_mem.c index 2de9272c7..fcf5744b1 100644 --- a/src/mt/ss_mem.c +++ b/src/mt/ss_mem.c @@ -112,23 +112,19 @@ * */ #ifdef ANSI -PUBLIC S16 SRegDynRegion +S16 SRegDynRegion ( Region region, /* region ID */ SRegInfo *regInfo /* information about the region */ ) #else -PUBLIC S16 SRegDynRegion(region, regInfo) +S16 SRegDynRegion(region, regInfo) Region region; /* region ID */ SRegInfo *regInfo; /* information about the region */ #endif { S16 ret; - - TRC1(SRegDynRegion); - - #if (ERRCLASS & ERRCLS_INT_PAR) /* validate region ID */ if (region >= SS_MAX_REGS) @@ -210,23 +206,19 @@ SRegInfo *regInfo; /* information about the region */ * */ #ifdef ANSI -PUBLIC S16 SRegRegion +S16 SRegRegion ( Region region, /* region ID */ SRegInfo *regInfo /* information about the region */ ) #else -PUBLIC S16 SRegRegion(region, regInfo) +S16 SRegRegion(region, regInfo) Region region; /* region ID */ SRegInfo *regInfo; /* information about the region */ #endif { S16 ret; - - TRC1(SRegRegion); - - #if (ERRCLASS & ERRCLS_INT_PAR) /* validate region ID */ if (region >= SS_MAX_REGS) @@ -306,21 +298,17 @@ SRegInfo *regInfo; /* information about the region */ * */ #ifdef ANSI -PUBLIC S16 SDeregRegion +S16 SDeregRegion ( Region region /* region ID */ ) #else -PUBLIC S16 SDeregRegion(region) +S16 SDeregRegion(region) Region region; /* region ID */ #endif { S16 ret; - - TRC1(SDeregRegion); - - #if (ERRCLASS & ERRCLS_INT_PAR) /* validate region ID */ if (region >= SS_MAX_REGS) @@ -397,51 +385,51 @@ Region region; /* region ID */ /* ss001.301: Additions */ #ifdef SS_HISTOGRAM_SUPPORT #ifdef ANSI -PUBLIC S16 SAlloc +S16 SAlloc ( Region region, /* region ID */ Size *size, /* size of block required/allocated */ -U32 flags, /* allocation flags */ +uint32_t flags, /* allocation flags */ Data **ptr, /* filled with pointer to block */ -U32 line, -U8 *fileName, -U8 entId +uint32_t line, +uint8_t *fileName, +uint8_t entId ) #else -PUBLIC S16 SAlloc(region, size, flags, ptr, line, fileName, entId) +S16 SAlloc(region, size, flags, ptr, line, fileName, entId) Region region; /* region ID */ Size *size; /* size of block required/allocated */ -U32 flags; /* allocation flags */ +uint32_t flags; /* allocation flags */ Data **ptr; /* filled with pointer to block */ -U32 line; -U8 *fileName; -U8 entId; +uint32_t line; +uint8_t *fileName; +uint8_t entId; #endif #else #ifdef T2K_MEM_LEAK_DBG -PUBLIC S16 SAllocNew +S16 SAllocNew ( Region region, /* region ID */ Size *size, /* size of block required/allocated */ -U32 flags, /* allocation flags */ +uint32_t flags, /* allocation flags */ Data **ptr, /* filled with pointer to block */ char* file, -U32 line +uint32_t line ) #else #ifdef ANSI -PUBLIC S16 SAlloc +S16 SAlloc ( Region region, /* region ID */ Size *size, /* size of block required/allocated */ -U32 flags, /* allocation flags */ +uint32_t flags, /* allocation flags */ Data **ptr /* filled with pointer to block */ ) #else -PUBLIC S16 SAlloc(region, size, flags, ptr) +S16 SAlloc(region, size, flags, ptr) Region region; /* region ID */ Size *size; /* size of block required/allocated */ -U32 flags; /* allocation flags */ +uint32_t flags; /* allocation flags */ Data **ptr; /* filled with pointer to block */ #endif #endif @@ -454,7 +442,6 @@ Data **ptr; /* filled with pointer to block */ #endif /* SS_HISTOGRAM_SUPPORT */ - TRC1(SAlloc); #if (ERRCLASS & ERRCLS_INT_PAR) @@ -598,37 +585,37 @@ Data **ptr; /* filled with pointer to block */ /* ss001.301: Additions */ #ifdef SS_HISTOGRAM_SUPPORT #ifdef ANSI -PUBLIC S16 SFree +S16 SFree ( Region region, /* region ID */ Data *ptr, /* pointer to the allocated block */ Size size, /* size of block */ -U32 line, -U8 *fileName, -U8 entId +uint32_t line, +uint8_t *fileName, +uint8_t entId ) #else -PUBLIC S16 SFree(region, ptr, size, line, fileName, entId) +S16 SFree(region, ptr, size, line, fileName, entId) Region region; /* region ID */ Data *ptr; /* pointer to the allocated block */ Size size; /* size of block */ -U32 line; -U8 *fileName; -U8 entId; +uint32_t line; +uint8_t *fileName; +uint8_t entId; #endif #else #ifdef ANSI #ifdef T2K_MEM_LEAK_DBG -PUBLIC S16 SFreeNew +S16 SFreeNew ( Region region, /* region ID */ Data *ptr, /* pointer to the allocated block */ Size size, /* size of block */ char* file, -U32 line +uint32_t line ) #else -PUBLIC S16 SFree +S16 SFree ( Region region, /* region ID */ Data *ptr, /* pointer to the allocated block */ @@ -636,7 +623,7 @@ Size size /* size of block */ ) #endif #else -PUBLIC S16 SFree(region, ptr, size) +S16 SFree(region, ptr, size) Region region; /* region ID */ Data *ptr; /* pointer to the allocated block */ Size size; /* size of block */ @@ -651,7 +638,6 @@ Size size; /* size of block */ #endif /* SS_HISTOGRAM_SUPPORT */ - TRC1(SFree); /* Get the region which is assgined with this thread. The region was * stored in the osCp and is taken with respect to thread ID. This macro @@ -809,29 +795,28 @@ Size size; /* size of block */ * */ #ifdef ANSI -PUBLIC S16 SHstGrmInfoShow +S16 SHstGrmInfoShow ( Ent *entId ) #else -PUBLIC S16 SHstGrmInfoShow(entId) +S16 SHstGrmInfoShow(entId) Ent *entId; #endif { /*ss012.301 : Increased Buffer size to fix segmentation fault*/ Txt prntBuf[511]; /* Buffer to print on the console */ - U16 ret = ROK; /* return value */ + uint16_t ret = ROK; /* return value */ Ent tapaTsk[SS_MAX_TTSKS]; /* List of tapa task */ - U32 tskCnt = 0; /* Tapa task Count */ - U32 regCnt = 0; /* Region count */ - U32 bktCnt = 0; /* Bucket count in each region */ + uint32_t tskCnt = 0; /* Tapa task Count */ + uint32_t regCnt = 0; /* Region count */ + uint32_t bktCnt = 0; /* Bucket count in each region */ CmHstGrmHashListCp *hashListCp = NULLP; /* Hash List ponter of bucket */ - U32 binCnt = 0; - U32 entCnt = 0; + uint32_t binCnt = 0; + uint32_t entCnt = 0; CmMemEntries *entry = NULLP; - U32 blkSize = 0; + uint32_t blkSize = 0; - TRC1(SRegInfoShow); memset(tapaTsk, ENTNC, sizeof(tapaTsk));