| /TwlSDK-5.5/build/demos.TWL/tcl/tcl-2/src/ |
| D | main.c | 182 pTableBuf = OS_Alloc( TCL_GetTableBufferSize() ); in TwlMain() 183 pWorkBuf = OS_Alloc( TCL_GetWorkBufferSize() ); in TwlMain() 341 pData = OS_Alloc( length ); in TwlMain() 356 pRGBBuf = OS_Alloc( TCL_JPEG_WIDTH * TCL_JPEG_HEIGHT * sizeof(u16) ); in TwlMain() 369 pTmpBuf = OS_Alloc( length ); in TwlMain() 376 pJpegBuf = OS_Alloc( TCL_MAX_JPEG_SIZE ); in TwlMain()
|
| /TwlSDK-5.5/build/demos.TWL/nandApp/sharedFont/src/ |
| D | main.c | 65 pBufferTable = OS_Alloc((u32)sizeTable); in TwlMain() 77 pBufferFont = OS_Alloc((u32)sizeFont); in TwlMain()
|
| /TwlSDK-5.5/build/demos.TWL/crypto/rsa-1/src/ |
| D | main.c | 130 ptr = OS_Alloc(size+4); in MyAlloc() 136 ptr = OS_Alloc(size); in MyAlloc() 173 buf = OS_Alloc(new_size+4); in MyRealloc() 186 if ((buf = OS_Alloc(new_size)) == NULL) in MyRealloc()
|
| /TwlSDK-5.5/build/demos/mi/uncompressStream-1/src/ |
| D | main.c | 92 data_uncomp_buf = (u8 *)OS_Alloc(read_len); in NitroMain() 128 data_uncomp_buf = (u8 *)OS_Alloc(data_size); in NitroMain() 225 data_uncomp_buf = (u8 *)OS_Alloc(data_size); in NitroMain()
|
| /TwlSDK-5.5/build/demos.TWL/crypto/sign-2/src/ |
| D | main.c | 97 ptr = OS_Alloc(size+4); in MyAlloc() 103 ptr = OS_Alloc(size); in MyAlloc() 140 buf = OS_Alloc(new_size+4); in MyRealloc() 153 if ((buf = OS_Alloc(new_size)) == NULL) in MyRealloc()
|
| /TwlSDK-5.5/build/demos/os/heap-1/src/ |
| D | main.c | 93 area1 = OS_Alloc(ALLOC_SIZE1); in NitroMain() 94 area2 = OS_Alloc(ALLOC_SIZE2); in NitroMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/ctr-compatible/src/ |
| D | main.c | 87 pEncrypted = OS_Alloc(srcSize); in SampleMain() 175 pDecrypted = OS_Alloc(srcSize); in SampleMain() 401 pBuffer = OS_Alloc(fileSize + 1); in DEMO_LoadFile() 591 p_table = OS_Alloc(need_size); in DEMO_InitFileSystem()
|
| /TwlSDK-5.5/build/demos/wbt/wbt-1/src/ |
| D | bt.c | 243 block_info_table.block_info[peer_aid] = (WBTBlockInfo *)OS_Alloc(sizeof(WBTBlockInfo)); in bt_callback() 288 (u8 *)OS_Alloc((u32)block_info_table.block_info[peer_aid]->block_size); in bt_callback() 294 OS_Alloc((u32) in bt_callback() 352 block_info_table.block_info[peer_aid] = (WBTBlockInfo *)OS_Alloc(sizeof(WBTBlockInfo)); in bt_callback()
|
| /TwlSDK-5.5/build/libraries/el/common/include/ |
| D | el_config.h | 70 #define OSAPI_MALLOC OS_Alloc
|
| /TwlSDK-5.5/build/demos.TWL/aes/ccm/src/ |
| D | main.c | 112 pPlainText = OS_Alloc(srcASize + srcPSize); in SampleMain() 113 pEncrypted = OS_Alloc(srcASize + srcPSize + macSize); in SampleMain() 114 pDecrypted = OS_Alloc(srcPSize); in SampleMain()
|
| /TwlSDK-5.5/build/demos/crypto/sign-1/src/ |
| D | main.c | 55 ptr = OS_Alloc(size+4); in MyAlloc() 61 ptr = OS_Alloc(size); in MyAlloc()
|
| /TwlSDK-5.5/build/demos.TWL/aes/encrypt/src/ |
| D | main.c | 89 pEncrypted = OS_Alloc(cipherSize); in SampleMain() 90 pDecrypted = OS_Alloc(plainSize); in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/encrypt-and-sign/src/ |
| D | main.c | 89 pEncrypted = OS_Alloc(cipherSize); in SampleMain() 90 pDecrypted = OS_Alloc(plainSize); in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/ccm-compatible/src/ |
| D | main.c | 122 pEncrypted = OS_Alloc(pdataSize + macSize); in SampleMain() 156 void* pWorkBuffer = OS_Alloc(workSize); in SampleMain() 250 pDecrypted = OS_Alloc(cdataSize); in SampleMain() 280 void* pWorkBuffer = OS_Alloc(workSize); in SampleMain() 741 pBuffer = OS_Alloc(fileSize + 1); in DEMO_LoadFile() 931 p_table = OS_Alloc(need_size); in DEMO_InitFileSystem()
|
| /TwlSDK-5.5/build/demos.TWL/aes/ctr/src/ |
| D | main.c | 88 pEncrypted = OS_Alloc(srcSize); in SampleMain() 89 pDecrypted = OS_Alloc(srcSize); in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/tcl/tcl-1/src/ |
| D | main.c | 225 pTableBuf = OS_Alloc( TCL_GetTableBufferSize() ); in TwlMain() 226 pWorkBuf = OS_Alloc( TCL_GetWorkBufferSize() ); in TwlMain() 501 pJpegBuf = (u8*)OS_Alloc( TCL_MAX_JPEG_SIZE ); in TwlMain() 504 pDecodeTmpBuf = (u16*)OS_Alloc( width * height * sizeof(u16) ); in TwlMain()
|
| /TwlSDK-5.5/build/demos/mb/multiboot-PowerSave/src/ |
| D | main.c | 106 void *p_table = OS_Alloc(need_size); in NitroMain()
|
| /TwlSDK-5.5/build/demos/mb/multiboot-wfs/common/src/ |
| D | common.c | 69 return OS_Alloc(size); in AllocatorForWFS()
|
| /TwlSDK-5.5/build/demos/mb/mbm/src/ |
| D | main.c | 102 void *wm_sys_buf_ptr = OS_Alloc(WM_SYSTEM_BUF_SIZE); in NitroMain()
|
| /TwlSDK-5.5/build/demos/wm/wireless-all/src/ |
| D | wh_datasharing.c | 70 return OS_Alloc(size); in AllocatorForWFS()
|
| /TwlSDK-5.5/build/demos/wxc/relayStation-2/src/ |
| D | user.c | 166 WXC_Init(OS_Alloc(WXC_WORK_SIZE), system_callback, 2); in User_Init()
|
| /TwlSDK-5.5/build/demos.TWL/nandApp/simple/src/ |
| D | main.c | 62 pBuffer = OS_Alloc(fileSize + 1); in TwlMain()
|
| /TwlSDK-5.5/build/demos.TWL/aes/ctr-partial/src/ |
| D | main.c | 96 pEncrypted = OS_Alloc(srcSize); in SampleMain() 97 pDecrypted = OS_Alloc(srcSize); in SampleMain()
|
| /TwlSDK-5.5/build/demos.TWL/el/simple-1/simple-1_static/src/ |
| D | main.c | 45 heap = OS_Alloc( size); in MY_Alloc()
|
| /TwlSDK-5.5/build/demos/mi/uncompressBLZ/src/ |
| D | main.c | 91 if (NULL == (buf = OS_Alloc(uncomp_size))) in NitroMain()
|