Searched refs:s48_allocate_weak_stob (Results 1 – 6 of 6) sorted by relevance
/dports/lang/scheme48/scheme48-1.9.2/c/ |
H A D | scheme48vm.h | 90 extern s48_value s48_allocate_weak_stob(long type, long size);
|
H A D | external.c | 2068 obj = s48_allocate_weak_stob(S48_STOBTYPE_WEAK_POINTER, 1); in s48_make_weak_pointer() 2078 s48_ref_t ref = s48_make_local_ref(call, s48_allocate_weak_stob(S48_STOBTYPE_WEAK_POINTER, 1)); in s48_make_weak_pointer_2()
|
H A D | scheme48-bibop-heap-64.c | 56 long s48_allocate_weak_stob(long, long); 818 long s48_allocate_weak_stob(long type_95X, long size_96X) in s48_allocate_weak_stob() function
|
H A D | scheme48-bibop-heap-32.c | 56 long s48_allocate_weak_stob(long, long); 818 long s48_allocate_weak_stob(long type_95X, long size_96X) in s48_allocate_weak_stob() function
|
H A D | scheme48-twospace-heap-32.c | 61 long s48_allocate_weak_stob(long, long); 3153 long s48_allocate_weak_stob(long type_374X, long size_375X) in s48_allocate_weak_stob() function
|
H A D | scheme48-twospace-heap-64.c | 61 long s48_allocate_weak_stob(long, long); 3153 long s48_allocate_weak_stob(long type_374X, long size_375X) in s48_allocate_weak_stob() function
|