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