Home
last modified time | relevance | path

Searched refs:F_U_MEM (Results 1 – 4 of 4) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dflistutl.c266 printf(F_U_MEM(9) " bytes in " F_U_MEM(8) " string chars of %4u bytes\n", in heapStatistic()
292 printf(F_U_MEM(9) " bytes in " F_U_MEM(8) " array elements of %4u bytes\n", in heapStatistic()
299 printf(F_U_MEM(9) " bytes in " F_U_MEM(8) " rtl array elems of %4u bytes\n", in heapStatistic()
313 printf(F_U_MEM(9) " bytes in " F_U_MEM(8) " hashtable elems of %4u bytes\n", in heapStatistic()
341 printf(F_U_MEM(9) " bytes in " F_U_MEM(8) " set elements of %4u bytes\n", in heapStatistic()
355 printf(F_U_MEM(9) " bytes in " F_U_MEM(8) " struct elements of %4u bytes\n", in heapStatistic()
370 printf(F_U_MEM(9) " bytes in " F_U_MEM(8) " bigdigits of %4u bytes\n", in heapStatistic()
550 printf(F_U_MEM(9) " bytes in buffers\n", bytes_in_buffers); in heapStatistic()
554 printf(F_U_MEM(9) " bytes in use\n", bytes_used); in heapStatistic()
613 printf(F_U_MEM(9) " bytes in %8u chunks\n", in heapStatistic()
[all …]
H A Dheaputl.c147 printf("size: " F_U_MEM(8) "\n", max_stack_size); in checkStack()
148 printf("limit: " F_U_MEM(8) "\n", (memSizeType) CHECKED_STACK_SIZE_LIMIT); in checkStack()
149 printf("base: " F_U_MEM(8) "\n", (memSizeType) stack_base); in checkStack()
150 printf("current: " F_U_MEM(8) "\n", (memSizeType) &aVariable); in checkStack()
H A Dcommon.h428 #define F_U_MEM(width) F_U32(width) macro
442 #define F_U_MEM(width) F_U64(width) macro
H A Darrlib.c872 logFunction(printf("arr_idx --> " F_U_MEM(08) " ", (memSizeType) result); in arr_idx()
1301 logFunction(printf("arr_remove --> " F_U_MEM(08) " ", (memSizeType) result); in arr_remove()