Searched refs:out_of_memory (Results 1 – 12 of 12) sorted by relevance
/external/bison/lib/ |
D | printf-parse.c | 114 goto out_of_memory; \ in PRINTF_PARSE() 120 goto out_of_memory; \ in PRINTF_PARSE() 591 goto out_of_memory; in PRINTF_PARSE() 597 goto out_of_memory; in PRINTF_PARSE() 625 out_of_memory: in PRINTF_PARSE()
|
D | vasnprintf.c | 1858 goto out_of_memory; \ in VASNPRINTF() 1864 goto out_of_memory; \ in VASNPRINTF() 2759 goto out_of_memory; in VASNPRINTF() 3045 goto out_of_memory; in VASNPRINTF() 3049 goto out_of_memory; in VASNPRINTF() 3591 goto out_of_memory; in VASNPRINTF() 3595 goto out_of_memory; in VASNPRINTF() 3665 goto out_of_memory; in VASNPRINTF() 3725 goto out_of_memory; in VASNPRINTF() 3761 goto out_of_memory; in VASNPRINTF() [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/libjpeg-turbo/ |
D | jmemmgr.c | 220 out_of_memory (j_common_ptr cinfo, int which) in out_of_memory() function 282 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ in alloc_small() 314 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ in alloc_small() 370 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ in alloc_large() 380 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ in alloc_large() 430 out_of_memory(cinfo, 5); /* safety check */ in alloc_sarray() 483 out_of_memory(cinfo, 6); /* safety check */ in alloc_barray()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_save_api.c | 202 save->out_of_memory = in alloc_vertex_store() 210 save->out_of_memory = GL_TRUE; in alloc_vertex_store() 213 if (save->out_of_memory) { in alloc_vertex_store() 423 save->out_of_memory = save->buffer_ptr == NULL; in _save_compile_vertex_list() 818 if (save->out_of_memory) { in dlist_fallback() 917 if (save->out_of_memory) { in vbo_save_NotifyBegin() 948 if (save->out_of_memory) { in _save_End() 1199 if (save->out_of_memory) in _save_OBE_DrawArrays() 1229 if (save->out_of_memory) in _save_OBE_DrawElements() 1277 if (save->out_of_memory) in _save_OBE_DrawRangeElements()
|
D | vbo_save.h | 135 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member
|
/external/opencv3/3rdparty/libjpeg/ |
D | jmemmgr.c | 218 out_of_memory (j_common_ptr cinfo, int which) in out_of_memory() function 268 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ in alloc_small() 305 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ in alloc_small() 352 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ in alloc_large() 366 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ in alloc_large()
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jmemmgr.c | 219 out_of_memory (j_common_ptr cinfo, int which) in out_of_memory() function 269 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ in alloc_small() 306 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ in alloc_small() 353 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ in alloc_large() 367 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ in alloc_large()
|
/external/mesa3d/src/mesa/main/ |
D | errors.c | 50 static char out_of_memory[] = "Debugging error: out of memory"; variable 337 emptySlot->message = out_of_memory; in _mesa_log_msg() 338 emptySlot->length = strlen(out_of_memory)+1; in _mesa_log_msg() 393 if (msg->message != (char*)out_of_memory) in _mesa_get_msg()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 1772 goto out_of_memory; in match_group_where_peer_is_client() 1780 out_of_memory: in match_group_where_peer_is_client() 1813 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1824 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1837 out_of_memory: in wpas_dbus_getter_p2p_peer_groups() 2187 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2193 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2212 out_of_memory: in wpas_dbus_getter_p2p_group_members()
|
/external/curl/lib/ |
D | ssh.c | 803 bool out_of_memory = FALSE; in ssh_statemach_act() local 819 out_of_memory = TRUE; in ssh_statemach_act() 824 out_of_memory = TRUE; in ssh_statemach_act() 830 if(!out_of_memory && !sshc->rsa) { in ssh_statemach_act() 854 out_of_memory = TRUE; in ssh_statemach_act() 857 if(out_of_memory || sshc->rsa == NULL) { in ssh_statemach_act()
|
/external/valgrind/ |
D | NEWS | 1101 308711 give more info about aspacemgr and arenas in out_of_memory
|