Searched refs:tempBuffer (Results 1 – 1 of 1) sorted by relevance
22 int *tempBuffer = (int *)malloc(size); in main() local23 if (!tempBuffer) { in main()26 memset(tempBuffer, 0x0, size); in main()27 tempBuffer[0] = 'GB01'; in main()28 void const *buffer = const_cast<void const *>((void *)tempBuffer); in main()34 free(tempBuffer); in main()