Searched refs:out_of_memory (Results 1 – 9 of 9) sorted by relevance
/external/libjpeg-turbo/ |
D | jmemmgr.c | 225 out_of_memory (j_common_ptr cinfo, int which) in out_of_memory() function 286 out_of_memory(cinfo, 7); in alloc_small() 293 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ in alloc_small() 325 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ in alloc_small() 380 out_of_memory(cinfo, 8); in alloc_large() 387 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ in alloc_large() 397 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ in alloc_large() 448 out_of_memory(cinfo, 5); /* safety check */ in alloc_sarray() 453 out_of_memory(cinfo, 9); in alloc_sarray() 508 out_of_memory(cinfo, 6); /* safety check */ in alloc_barray() [all …]
|
/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 _save_compile_vertex_list() 958 if (save->out_of_memory) { in dlist_fallback() 1058 if (save->out_of_memory) { in vbo_save_NotifyBegin() 1095 if (save->out_of_memory) { in _save_End() 1160 if (save->out_of_memory) in _save_OBE_DrawArrays() 1206 if (save->out_of_memory) in _save_OBE_DrawElementsBaseVertex() 1281 if (save->out_of_memory) in _save_OBE_DrawRangeElements()
|
D | vbo_save.h | 136 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 1838 goto out_of_memory; in match_group_where_peer_is_client() 1846 out_of_memory: in match_group_where_peer_is_client() 1879 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1890 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1903 out_of_memory: in wpas_dbus_getter_p2p_peer_groups() 2253 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2259 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2278 out_of_memory: in wpas_dbus_getter_p2p_group_members()
|
/external/mesa3d/src/mesa/main/ |
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 | 791 goto out_of_memory; in build_bitmap_atlas() 802 goto out_of_memory; in build_bitmap_atlas() 811 goto out_of_memory; in build_bitmap_atlas() 819 goto out_of_memory; in build_bitmap_atlas() 856 out_of_memory: in build_bitmap_atlas()
|
/external/curl/lib/ |
D | ssh.c | 731 bool out_of_memory = FALSE; in ssh_statemach_act() local 747 out_of_memory = TRUE; in ssh_statemach_act() 752 out_of_memory = TRUE; in ssh_statemach_act() 758 if(!out_of_memory && !sshc->rsa) { in ssh_statemach_act() 784 out_of_memory = TRUE; in ssh_statemach_act() 787 if(out_of_memory || sshc->rsa == NULL) { in ssh_statemach_act()
|
/external/valgrind/ |
D | NEWS | 1585 308711 give more info about aspacemgr and arenas in out_of_memory
|