| /RvlSDK-3.2.2/build/demos/cntdemo/src/ |
| D | cntdemo.c | 111 buffer1 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize1)); in main() 112 buffer2 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize2)); in main() 113 buffer3 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize3)); in main()
|
| D | datatitledemo.c | 113 buffer1 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize1)); in main() 114 buffer2 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize2)); in main() 115 buffer3 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize3)); in main()
|
| D | strapcntdemo.c | 252 *buffer = (TPLPalettePtr)MEMAllocFromAllocator( &DemoAllocator1, OSRoundUp32B( fileSize ) ); in LoadSIContentData() 283 uncompData = (u8*)MEMAllocFromAllocator( &DemoAllocator1, uncompSize ); in LoadTexDataLZ()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 186 PosMtxArrayBuf[0] = (Mtx*) MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx) * NUM_CONTOUR); in DrawInit() 187 PosMtxArrayBuf[1] = (Mtx*) MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx) * NUM_CONTOUR); in DrawInit() 188 NrmMtxArrayBuf[0] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit() 189 NrmMtxArrayBuf[1] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit() 190 TexMtxArrayBuf[0] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit() 191 TexMtxArrayBuf[1] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit() 383 ModelDLBuffer = MEMAllocFromAllocator(&DemoAllocator1, DL_BUFSIZE); in BuildModelDL()
|
| D | DL-geom.c | 214 tmpDL = MEMAllocFromAllocator(&DemoAllocator1, TMP_SIZE); in DrawInit() 221 cubeDL = MEMAllocFromAllocator(&DemoAllocator1, cubeSize); in DrawInit() 253 sphereDL = MEMAllocFromAllocator(&DemoAllocator1, sphereSize); in DrawInit() 289 listDL[i] = MEMAllocFromAllocator(&DemoAllocator1, listSize[i]); in DrawInit()
|
| /RvlSDK-3.2.2/include/revolution/mem/ |
| D | allocator.h | 56 void* MEMAllocFromAllocator( MEMAllocator* pAllocator, u32 size );
|
| /RvlSDK-3.2.2/include/ |
| D | demo.h | 126 (*pal) = (TPLPalettePtr)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(dfi.length)); in TPLGetPalette()
|
| /RvlSDK-3.2.2/build/demos/nanddemo/src/ |
| D | util.c | 77 return MEMAllocFromAllocator(&s_mem2Allocator, size); in alloc32()
|
| /RvlSDK-3.2.2/build/demos/memdemo/src/ |
| D | allocator.c | 49 addr = MEMAllocFromAllocator( allocator, size ); in AllocateTest()
|
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOPuts.c | 449 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_SJIS); in DEMOInitROMFont() 459 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_ANSI); in DEMOInitROMFont() 469 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_UTF); in DEMOInitROMFont()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-complex.c | 384 …sc->mtConfig->texMapArray = (GXTexObj*)MEMAllocFromAllocator(&DemoAllocator1, nt * sizeof(GXTexObj… in DrawInit() 515 mo->posArray = (s16*)MEMAllocFromAllocator(&DemoAllocator1, size_p * sizeof(s16)); in CreateModel() 516 mo->nrmArray = (s16*)MEMAllocFromAllocator(&DemoAllocator1, size_n * sizeof(s16)); in CreateModel() 517 mo->tcdArray = (s16*)MEMAllocFromAllocator(&DemoAllocator1, size_t * sizeof(s16)); in CreateModel()
|
| D | tev-outline.c | 175 alphaBuffer = MEMAllocFromAllocator(&DemoAllocator1, screen_wd*screen_ht*sizeof(u16)); in DrawCartoonOutline() 500 myDisplayList = MEMAllocFromAllocator(&DemoAllocator1, MYDLBUFSIZE); in myCreateModel()
|
| /RvlSDK-3.2.2/build/demos/videmo/src/ |
| D | dimming.c | 71 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| /RvlSDK-3.2.2/build/demos/kpadOlddemo/src/ |
| D | main.c | 105 return MEMAllocFromAllocator(&s_mem2Allocator, size); in alloc32()
|
| /RvlSDK-3.2.2/build/libraries/mem/src/ |
| D | mem_allocator.c | 239 MEMAllocFromAllocator( in MEMAllocFromAllocator() function
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Management/ |
| D | mgt-fifo-brkpt.c | 293 GXInitFifoBase( fifo, MEMAllocFromAllocator(&DemoAllocator1, BIG_FIFO_SIZE), BIG_FIFO_SIZE ); in FifoInit()
|
| /RvlSDK-3.2.2/build/demos/wpaddemo/src/ |
| D | sync.c | 80 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| D | memory.c | 83 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-zcopy.c | 233 sc->cTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit() 241 sc->zTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/wbcdemo/src/ |
| D | simple_wbc.c | 333 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| D | balance.c | 371 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/ |
| D | tex-tlut.c | 561 to->data = MEMAllocFromAllocator(&DemoAllocator1, bufferSize); in CreateColorMapTexture() 642 to->data = MEMAllocFromAllocator(&DemoAllocator1, bufferSize); in CreateSampleImgTexture() 851 cmo->tlutBuffer = (u16*)MEMAllocFromAllocator(&DemoAllocator1, ciSize * sizeof(u16)); in LoadColorMap()
|
| /RvlSDK-3.2.2/build/demos/kpaddemo/src/ |
| D | main.c | 119 return MEMAllocFromAllocator( &s_mem2Allocator, size ) ; in alloc32()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/ |
| D | lit-tx-alpha.c | 219 sc->panel.posArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit() 221 sc->panel.normArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-parabolicmap.c | 131 tex_buffer = (void*)MEMAllocFromAllocator(&DemoAllocator1, in DrawInit()
|