Home
last modified time | relevance | path

Searched refs:PANIC_OUT_OF_MEM (Results 1 – 6 of 6) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/gc/
H A Dalloc_memory.c27 #define PANIC_OUT_OF_MEM(size) panic_failed_allocation(__LINE__, (size)) macro
80 PANIC_OUT_OF_MEM(size); in mem_sys_allocate()
108 PANIC_OUT_OF_MEM(size); in mem_sys_allocate_zeroed()
141 PANIC_OUT_OF_MEM(size); in mem_sys_realloc()
172 PANIC_OUT_OF_MEM(size); in mem_sys_realloc_zeroed()
H A Dgc_inf.c643 PANIC_OUT_OF_MEM(size); in gc_inf_allocate_memory_chunk()
662 PANIC_OUT_OF_MEM(size); in gc_inf_reallocate_memory_chunk()
676 PANIC_OUT_OF_MEM(size); in gc_inf_allocate_memory_chunk_zeroed()
H A Dgc_ms2.c1523 PANIC_OUT_OF_MEM(size); in gc_ms2_allocate_memory_chunk()
1543 PANIC_OUT_OF_MEM(size); in gc_ms2_reallocate_memory_chunk()
1558 PANIC_OUT_OF_MEM(size); in gc_ms2_allocate_memory_chunk_zeroed()
H A Dgc_ms.c1469 PANIC_OUT_OF_MEM(size); in gc_ms_allocate_memory_chunk()
1488 PANIC_OUT_OF_MEM(size); in gc_ms_reallocate_memory_chunk()
1502 PANIC_OUT_OF_MEM(size); in gc_ms_allocate_memory_chunk_zeroed()
H A Dgc_gms.c2022 PANIC_OUT_OF_MEM(size); in gc_gms_allocate_memory_chunk()
2041 PANIC_OUT_OF_MEM(size); in gc_gms_reallocate_memory_chunk()
2055 PANIC_OUT_OF_MEM(size); in gc_gms_allocate_memory_chunk_zeroed()
H A Dgc_private.h84 #define PANIC_OUT_OF_MEM(size) panic_failed_allocation(__LINE__, (size)) macro