/usr/lib/parrot/6.6.0/include/interpinfo.pasm is in parrot 6.6.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | # ex: set ro ft=c:
# DO NOT EDIT THIS FILE.
#
# This file is generated automatically from
# include/parrot/gc_api.h by tools/build/h2inc.pl
#
# Any changes made here will be lost.
#
.macro_const INTERPINFO_TOTAL_MEM_ALLOC 1
.macro_const INTERPINFO_TOTAL_MEM_USED 2
.macro_const INTERPINFO_GC_MARK_RUNS 3
.macro_const INTERPINFO_GC_COLLECT_RUNS 4
.macro_const INTERPINFO_ACTIVE_PMCS 5
.macro_const INTERPINFO_ACTIVE_BUFFERS 6
.macro_const INTERPINFO_TOTAL_PMCS 7
.macro_const INTERPINFO_TOTAL_BUFFERS 8
.macro_const INTERPINFO_HEADER_ALLOCS_SINCE_COLLECT 9
.macro_const INTERPINFO_MEM_ALLOCS_SINCE_COLLECT 10
.macro_const INTERPINFO_TOTAL_COPIED 11
.macro_const INTERPINFO_IMPATIENT_PMCS 12
.macro_const INTERPINFO_GC_LAZY_MARK_RUNS 13
.macro_const INTERPINFO_EXTENDED_PMCS 14
.macro_const INTERPINFO_CURRENT_RUNCORE 15
.macro_const INTERPINFO_PARROT_INTSIZE 16
.macro_const INTERPINFO_PARROT_FLOATSIZE 17
.macro_const INTERPINFO_PARROT_POINTERSIZE 18
.macro_const INTERPINFO_PARROT_INTMAX 19
.macro_const INTERPINFO_PARROT_INTMIN 20
.macro_const INTERPINFO_CURRENT_CTX 21
.macro_const INTERPINFO_CURRENT_SUB 22
.macro_const INTERPINFO_CURRENT_CONT 23
.macro_const INTERPINFO_CURRENT_LEXPAD 24
.macro_const INTERPINFO_CURRENT_TASK 25
.macro_const INTERPINFO_EXECUTABLE_FULLNAME 26
.macro_const INTERPINFO_EXECUTABLE_BASENAME 27
.macro_const INTERPINFO_RUNTIME_PREFIX 28
.macro_const INTERPINFO_GC_SYS_NAME 29
.macro_const INTERPINFO_PARROT_OS 30
.macro_const INTERPINFO_PARROT_OS_VERSION 31
.macro_const INTERPINFO_PARROT_OS_VERSION_NUMBER 32
.macro_const INTERPINFO_CPU_ARCH 33
.macro_const INTERPINFO_CPU_TYPE 34
# Local Variables:
# mode: pir
# buffer-read-only: t
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
|