Searched refs:data_size (Results 1 – 1 of 1) sorted by relevance
41 static GRSurface* malloc_surface(size_t data_size) { in malloc_surface() argument42 size_t size = sizeof(GRSurface) + data_size + SURFACE_DATA_ALIGNMENT; in malloc_surface()