Searched refs:g_pucHeapMemory (Results 1 – 2 of 2) sorted by relevance
30 extern unsigned char *g_pucHeapMemory;144 ucData = g_pucHeapMemory[g_iHeapCounter++]; in GetByte()186 g_pucHeapMemory = NULL; in ispVM()
167 unsigned char *g_pucHeapMemory; variable486 if (g_pucHeapMemory != NULL) { in ispVMMemManager()487 free(g_pucHeapMemory); in ispVMMemManager()488 g_pucHeapMemory = NULL; in ispVMMemManager()490 g_pucHeapMemory = (unsigned char *) malloc(usSize + 2); in ispVMMemManager()527 if (g_pucHeapMemory != NULL) { in ispVMFreeMem()528 free(g_pucHeapMemory); in ispVMFreeMem()529 g_pucHeapMemory = NULL; in ispVMFreeMem()1902 g_pucHeapMemory[iHeapIndex] = GetByte(); in ispVMLoop()1905 if (g_pucHeapMemory[iHeapIndex - 1] != ENDLOOP) { in ispVMLoop()