Home
last modified time | relevance | path

Searched refs:nBytesToAllocate (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/security/smc_pa_ctrl/
Dsmc_pa_ctrl_linux.c73 uint32_t nBytesToAllocate; in readLocalFile() local
87 nBytesToAllocate = statFile.st_size; in readLocalFile()
92 nBytesToAllocate ++; in readLocalFile()
95 pBuffer = (uint8_t*)malloc(nBytesToAllocate); in readLocalFile()
98 printf("Out of memory for the buffer [%u bytes] !\n", nBytesToAllocate); in readLocalFile()
133 *pnBufferSize = nBytesToAllocate; in readLocalFile()
/hardware/ti/omap4-aah/security/smc_pa_ctrl/
Dsmc_pa_ctrl_linux.c73 uint32_t nBytesToAllocate; in readLocalFile() local
87 nBytesToAllocate = statFile.st_size; in readLocalFile()
92 nBytesToAllocate ++; in readLocalFile()
95 pBuffer = (uint8_t*)malloc(nBytesToAllocate); in readLocalFile()
98 printf("Out of memory for the buffer [%u bytes] !\n", nBytesToAllocate); in readLocalFile()
133 *pnBufferSize = nBytesToAllocate; in readLocalFile()