mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
pipebuffer: Silence out of heap space debug print
This commit is contained in:
parent
b6753adbc7
commit
77c329a277
1 changed files with 1 additions and 1 deletions
|
|
@ -200,8 +200,8 @@ mm_bufmgr_create_buffer(struct pb_manager *mgr,
|
|||
|
||||
mm_buf->block = u_mmAllocMem(mm->heap, size, mm->align2, 0);
|
||||
if(!mm_buf->block) {
|
||||
debug_printf("warning: heap full\n");
|
||||
#if 0
|
||||
debug_printf("warning: heap full\n");
|
||||
mmDumpMemInfo(mm->heap);
|
||||
#endif
|
||||
FREE(mm_buf);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue