Searched refs:heap_buffer (Results 1 – 2 of 2) sorted by relevance
34 char* heap_buffer = new char[42]; in f() local47 memset(heap_buffer, 0, sizeof(heap_buffer)); // \ in f()
1077 DataBufferHeap *heap_buffer = new DataBufferHeap (byte_size, '\0'); in ParseInstructions() local1078 DataBufferSP data_sp(heap_buffer); in ParseInstructions()1084 heap_buffer->GetBytes(), in ParseInstructions()1085 heap_buffer->GetByteSize(), in ParseInstructions()1091 if (bytes_read != heap_buffer->GetByteSize()) in ParseInstructions()1092 heap_buffer->SetByteSize (bytes_read); in ParseInstructions()1133 DataBufferHeap *heap_buffer = new DataBufferHeap (byte_size, '\0'); in ParseInstructions() local1134 DataBufferSP data_sp (heap_buffer); in ParseInstructions()1140 heap_buffer->GetBytes(), in ParseInstructions()