Searched refs:mem (Results 1 – 15 of 15) sorted by relevance
72 void* mem; member175 if( (*thisNode)->mem != NULL ) in TCFreeMemNode()177 free( (*thisNode)->mem ); in TCFreeMemNode()178 (*thisNode)->mem = NULL; in TCFreeMemNode()246 if( (newM->mem = (void*)malloc(size)) == NULL ) in TCMalloc()256 return newM->mem; in TCMalloc()276 if( (newM->mem = (void*)calloc(num, size)) == 0 ) in TCCalloc()286 return newM->mem; in TCCalloc()303 if( thisNode->mem != NULL ) in TCFree()305 if( thisNode->mem == *vPtr ) in TCFree()
91 $(INSTALL_ROOT)/lib/mem$(LIBSUFFIX)95 $(INSTALL_ROOT)/lib/mem$(LIBSUFFIX)99 $(INSTALL_ROOT)/lib/mem$(LIBSUFFIX)103 $(INSTALL_ROOT)/lib/mem$(LIBSUFFIX)107 $(INSTALL_ROOT)/lib/mem$(LIBSUFFIX)
28 MODULENAME = mem39 LIBNAME = mem
50 echo Successfully done. Set 64MB as the console simulated mem size.56 echo Successfully done. Set 128MB as the console simulated mem size.62 echo Successfully done. Physical memory size is considered as the console simulated mem size.69 echo Failed to set the console simulated mem size.
132 static inline void DEMOFree( void* mem ) in DEMOFree() argument135 MEMFreeToAllocator( &DemoAllocator1, mem ); in DEMOFree()137 OSFree( mem ); in DEMOFree()
126 static inline void DEMOFree( void* mem ) in DEMOFree() argument129 MEMFreeToAllocator( &DemoAllocator1, mem ); in DEMOFree()131 OSFree( mem ); in DEMOFree()
198 void SYNInitSpecifyMem (void* mem);
195 void MIXInitSpecifyMem (void* mem);
189 void *mem,
934 void AXInitSpecifyMem (u32 num, void* mem);935 void AXInitExSpecifyMem (u32 num, void* mem, u32 outputBufferMode);
112 00000080 000008 80006540 00002700 1 extab MSL_C.PPCEABI.bare.H.a mem.o113 00000080 000008 80006540 00002700 4 @153 MSL_C.PPCEABI.bare.H.a mem.o114 UNUSED 000008 ........ ........ @187 MSL_C.PPCEABI.bare.H.a mem.o115 UNUSED 000008 ........ ........ @195 MSL_C.PPCEABI.bare.H.a mem.o1510 000226c0 000300 80028e60 00025020 1 .text mem.a mem_heapCommon.o1511 000226c0 000140 80028e60 00025020 4 FindContainHeap_ mem.a mem_heapCommon.o1512 UNUSED 00014c ........ ........ FindParentHeap_ mem.a mem_heapCommon.o1513 00022800 0001c0 80028fa0 00025160 4 MEMiInitHeapHead mem.a mem_heapCommon.o1514 UNUSED 00016c ........ ........ MEMiFinalizeHeap mem.a mem_heapCommon.o1515 UNUSED 0000c8 ........ ........ MEMiDumpHeapHead mem.a mem_heapCommon.o[all …]
112 00000080 000008 80006540 00002700 1 extab MSL_C.PPCEABI.bare.H.a mem.o113 00000080 000008 80006540 00002700 4 @153 MSL_C.PPCEABI.bare.H.a mem.o114 UNUSED 000008 ........ ........ @187 MSL_C.PPCEABI.bare.H.a mem.o115 UNUSED 000008 ........ ........ @195 MSL_C.PPCEABI.bare.H.a mem.o1690 000286e8 000300 8002ee88 0002b048 1 .text mem.a mem_heapCommon.o1691 000286e8 000140 8002ee88 0002b048 4 FindContainHeap_ mem.a mem_heapCommon.o1692 UNUSED 00014c ........ ........ FindParentHeap_ mem.a mem_heapCommon.o1693 00028828 0001c0 8002efc8 0002b188 4 MEMiInitHeapHead mem.a mem_heapCommon.o1694 UNUSED 00016c ........ ........ MEMiFinalizeHeap mem.a mem_heapCommon.o1695 UNUSED 0000c8 ........ ........ MEMiDumpHeapHead mem.a mem_heapCommon.o[all …]
53 mem \
451 void MIXInitSpecifyMem(void* mem) in MIXInitSpecifyMem() argument457 ASSERT(mem); in MIXInitSpecifyMem()459 if (!AXIsInit() || !mem) in MIXInitSpecifyMem()474 ptr = (u8*)mem; in MIXInitSpecifyMem()
321 $(INSTALL_ROOT)/lib/mem$(LIBSUFFIX) \