Home
last modified time | relevance | path

Searched refs:mem (Results 1 – 15 of 15) sorted by relevance

/RvlSDK-3.2/build/libraries/tc/src/
DTCMem.cpp72 void* mem; member
175 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()
/RvlSDK-3.2/build/demos/memdemo/
Dmakefile91 $(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)
/RvlSDK-3.2/build/libraries/mem/
Dmakefile28 MODULENAME = mem
39 LIBNAME = mem
/RvlSDK-3.2/X86/bin/
Dsetsmem2size.bat50 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.
/RvlSDK-3.2/build/demos/cxdemo/src/
Dcx_uncompress.c132 static inline void DEMOFree( void* mem ) in DEMOFree() argument
135 MEMFreeToAllocator( &DemoAllocator1, mem ); in DEMOFree()
137 OSFree( mem ); in DEMOFree()
Dcx_uncompress_stream.c126 static inline void DEMOFree( void* mem ) in DEMOFree() argument
129 MEMFreeToAllocator( &DemoAllocator1, mem ); in DEMOFree()
131 OSFree( mem ); in DEMOFree()
/RvlSDK-3.2/include/revolution/
Dsyn.h198 void SYNInitSpecifyMem (void* mem);
Dmix.h195 void MIXInitSpecifyMem (void* mem);
Dhid.h189 void *mem,
Dax.h934 void AXInitSpecifyMem (u32 num, void* mem);
935 void AXInitExSpecifyMem (u32 num, void* mem, u32 outputBufferMode);
/RvlSDK-3.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map112 00000080 000008 80006540 00002700 1 extab MSL_C.PPCEABI.bare.H.a mem.o
113 00000080 000008 80006540 00002700 4 @153 MSL_C.PPCEABI.bare.H.a mem.o
114 UNUSED 000008 ........ ........ @187 MSL_C.PPCEABI.bare.H.a mem.o
115 UNUSED 000008 ........ ........ @195 MSL_C.PPCEABI.bare.H.a mem.o
1510 000226c0 000300 80028e60 00025020 1 .text mem.a mem_heapCommon.o
1511 000226c0 000140 80028e60 00025020 4 FindContainHeap_ mem.a mem_heapCommon.o
1512 UNUSED 00014c ........ ........ FindParentHeap_ mem.a mem_heapCommon.o
1513 00022800 0001c0 80028fa0 00025160 4 MEMiInitHeapHead mem.a mem_heapCommon.o
1514 UNUSED 00016c ........ ........ MEMiFinalizeHeap mem.a mem_heapCommon.o
1515 UNUSED 0000c8 ........ ........ MEMiDumpHeapHead mem.a mem_heapCommon.o
[all …]
/RvlSDK-3.2/RVL/bin/demos/thpdemo/
DTHPSimple.map112 00000080 000008 80006540 00002700 1 extab MSL_C.PPCEABI.bare.H.a mem.o
113 00000080 000008 80006540 00002700 4 @153 MSL_C.PPCEABI.bare.H.a mem.o
114 UNUSED 000008 ........ ........ @187 MSL_C.PPCEABI.bare.H.a mem.o
115 UNUSED 000008 ........ ........ @195 MSL_C.PPCEABI.bare.H.a mem.o
1690 000286e8 000300 8002ee88 0002b048 1 .text mem.a mem_heapCommon.o
1691 000286e8 000140 8002ee88 0002b048 4 FindContainHeap_ mem.a mem_heapCommon.o
1692 UNUSED 00014c ........ ........ FindParentHeap_ mem.a mem_heapCommon.o
1693 00028828 0001c0 8002efc8 0002b188 4 MEMiInitHeapHead mem.a mem_heapCommon.o
1694 UNUSED 00016c ........ ........ MEMiFinalizeHeap mem.a mem_heapCommon.o
1695 UNUSED 0000c8 ........ ........ MEMiDumpHeapHead mem.a mem_heapCommon.o
[all …]
/RvlSDK-3.2/build/
Dmakefile53 mem \
/RvlSDK-3.2/build/libraries/mix/src/
Dmix.c451 void MIXInitSpecifyMem(void* mem) in MIXInitSpecifyMem() argument
457 ASSERT(mem); in MIXInitSpecifyMem()
459 if (!AXIsInit() || !mem) in MIXInitSpecifyMem()
474 ptr = (u8*)mem; in MIXInitSpecifyMem()
/RvlSDK-3.2/build/buildtools/
Dcommondefs321 $(INSTALL_ROOT)/lib/mem$(LIBSUFFIX) \