Lines Matching refs:buffer
60 char buffer[SIZE];
61 snprintf(buffer, SIZE, "Allocated buffers:\n");
62 result.append(buffer);
67 snprintf(buffer, SIZE, "%10p: %7.2f KiB | %4u (%4u) x %4u | %8X | 0x%08x\n",
71 snprintf(buffer, SIZE, "%10p: unknown | %4u (%4u) x %4u | %8X | 0x%08x\n",
75 result.append(buffer);
78 snprintf(buffer, SIZE, "Total allocated (estimate): %.2f KB\n", total/1024.0f);
79 result.append(buffer);
81 mAllocDev->dump(mAllocDev, buffer, SIZE);
82 result.append(buffer);
97 // make sure to not allocate a N x 0 or 0 x N buffer, since this is
98 // allowed from an API stand-point allocate a 1x1 buffer instead.
102 // we have a h/w allocator and h/w buffer is requested