Searched refs:nBytesToAllocate (Results 1 – 2 of 2) sorted by relevance
73 uint32_t nBytesToAllocate; in readLocalFile() local87 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()