Searched refs:pu8Allocated (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DDisplaySourceBitmapImpl.cpp53 m.pu8Allocated = NULL;
85 RTMemFree(m.pu8Allocated);
144 m.pu8Allocated = NULL;
157 m.pu8Allocated = (uint8_t *)RTMemAlloc(ulBytesPerLine * ulHeight);
158 if (m.pu8Allocated == NULL)
164 pAddress = m.pu8Allocated;
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h525 bool i_usesVRAM(void) { return m.pu8Allocated == NULL; }
547 uint8_t *pu8Allocated; member in struct:DisplaySourceBitmap::Data

Completed in 966 milliseconds