OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nBytesToAllocate
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c
73
uint32_t
nBytesToAllocate
;
87
nBytesToAllocate
= statFile.st_size;
92
nBytesToAllocate
++;
95
pBuffer = (uint8_t*)malloc(
nBytesToAllocate
);
98
printf("Out of memory for the buffer [%u bytes] !\n",
nBytesToAllocate
);
133
*pnBufferSize =
nBytesToAllocate
;
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c
73
uint32_t
nBytesToAllocate
;
87
nBytesToAllocate
= statFile.st_size;
92
nBytesToAllocate
++;
95
pBuffer = (uint8_t*)malloc(
nBytesToAllocate
);
98
printf("Out of memory for the buffer [%u bytes] !\n",
nBytesToAllocate
);
133
*pnBufferSize =
nBytesToAllocate
;
Completed in 41 milliseconds