Searched refs:out_of_memory (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/compiler/ |
D | blob.c | 49 if (blob->out_of_memory) in grow_to_fit() 56 blob->out_of_memory = true; in grow_to_fit() 69 blob->out_of_memory = true; in grow_to_fit() 115 blob->out_of_memory = false; in blob_init() 125 blob->out_of_memory = false; in blob_init_fixed()
|
D | blob.h | 69 bool out_of_memory; member
|
/external/libjpeg-turbo/ |
D | jmemmgr.c | 225 out_of_memory(j_common_ptr cinfo, int which) in out_of_memory() function 284 out_of_memory(cinfo, 7); in alloc_small() 291 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ in alloc_small() 323 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ in alloc_small() 378 out_of_memory(cinfo, 8); in alloc_large() 385 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ in alloc_large() 395 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ in alloc_large() 446 out_of_memory(cinfo, 5); /* safety check */ in alloc_sarray() 451 out_of_memory(cinfo, 9); in alloc_sarray() 506 out_of_memory(cinfo, 6); /* safety check */ in alloc_barray() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_log.c | 160 goto out_of_memory; in u_log_chunk() 169 goto out_of_memory; in u_log_chunk() 180 out_of_memory: in u_log_chunk()
|
D | u_threaded_context.c | 1949 goto out_of_memory; in tc_flush() 1957 goto out_of_memory; in tc_flush() 1971 out_of_memory: in tc_flush()
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_devicepath.c | 88 goto out_of_memory; in setup() 95 goto out_of_memory; in setup() 102 goto out_of_memory; in setup() 181 out_of_memory: in setup()
|
/external/u-boot/lib/efi_loader/ |
D | efi_console.c | 587 goto out_of_memory; in efi_console_register() 591 goto out_of_memory; in efi_console_register() 594 goto out_of_memory; in efi_console_register() 598 goto out_of_memory; in efi_console_register() 619 out_of_memory: in efi_console_register()
|
/external/e2fsprogs/intl/ |
D | vasnprintf.c | 195 goto out_of_memory; \ in VASNPRINTF() 201 goto out_of_memory; \ in VASNPRINTF() 493 goto out_of_memory; in VASNPRINTF() 497 goto out_of_memory; in VASNPRINTF() 867 out_of_memory: in VASNPRINTF()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_save_api.c | 198 save->out_of_memory = in alloc_vertex_store() 208 save->out_of_memory = GL_TRUE; in alloc_vertex_store() 211 if (save->out_of_memory) { in alloc_vertex_store() 535 save->out_of_memory = save->buffer_ptr == NULL; in compile_vertex_list() 976 if (save->out_of_memory) { in dlist_fallback() 1076 if (save->out_of_memory) { in vbo_save_NotifyBegin() 1108 if (save->out_of_memory) { in _save_End() 1183 if (save->out_of_memory) in _save_OBE_DrawArrays() 1263 if (save->out_of_memory) in _save_OBE_DrawElementsBaseVertex() 1338 if (save->out_of_memory) in _save_OBE_DrawRangeElements()
|
D | vbo_save.h | 151 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member
|
/external/mesa3d/src/mesa/main/ |
D | program_binary.c | 244 blob.out_of_memory) in _mesa_get_program_binary() 249 if (!written || blob.out_of_memory) in _mesa_get_program_binary()
|
D | debug_output.c | 112 static char out_of_memory[] = "Debugging error: out of memory"; variable 207 if (msg->message != (char*)out_of_memory) in debug_message_clear() 242 msg->message = out_of_memory; in debug_message_store()
|
D | dlist.c | 792 goto out_of_memory; in build_bitmap_atlas() 803 goto out_of_memory; in build_bitmap_atlas() 812 goto out_of_memory; in build_bitmap_atlas() 820 goto out_of_memory; in build_bitmap_atlas() 857 out_of_memory: in build_bitmap_atlas()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 1849 goto out_of_memory; in match_group_where_peer_is_client() 1857 out_of_memory: in match_group_where_peer_is_client() 1890 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1901 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1914 out_of_memory: in wpas_dbus_getter_p2p_peer_groups() 2288 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2294 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2313 out_of_memory: in wpas_dbus_getter_p2p_group_members()
|
/external/curl/lib/ |
D | ssh.c | 741 bool out_of_memory = FALSE; in ssh_statemach_act() local 757 out_of_memory = TRUE; in ssh_statemach_act() 762 out_of_memory = TRUE; in ssh_statemach_act() 768 if(!out_of_memory && !sshc->rsa) { in ssh_statemach_act() 794 out_of_memory = TRUE; in ssh_statemach_act() 797 if(out_of_memory || sshc->rsa == NULL) { in ssh_statemach_act()
|