Home
last modified time | relevance | path

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

/dports/lang/racket/racket-8.3/src/bc/foreign/
H A Dforeign.c89 static Scheme_Malloc_Proc mode_to_allocator(const char *who, Scheme_Object *mode);
1278 (void)mode_to_allocator(MYNAME, argv[3]); in foreign_make_cstruct_type()
2697 static Scheme_Malloc_Proc mode_to_allocator(const char *who, Scheme_Object *mode) in mode_to_allocator() function
2731 return mode_to_allocator("_struct", mode); in ctype_allocator()
2804 mf = mode_to_allocator(MYNAME, mode); in foreign_malloc()
H A Dforeign.rktc92 static Scheme_Malloc_Proc mode_to_allocator(const char *who, Scheme_Object *mode);
1093 (void)mode_to_allocator(MYNAME, argv[3]);
/dports/lang/racket-minimal/racket-8.3/src/bc/foreign/
H A Dforeign.c89 static Scheme_Malloc_Proc mode_to_allocator(const char *who, Scheme_Object *mode);
1278 (void)mode_to_allocator(MYNAME, argv[3]); in foreign_make_cstruct_type()
2697 static Scheme_Malloc_Proc mode_to_allocator(const char *who, Scheme_Object *mode) in mode_to_allocator() function
2731 return mode_to_allocator("_struct", mode); in ctype_allocator()
2804 mf = mode_to_allocator(MYNAME, mode); in foreign_malloc()
H A Dforeign.rktc92 static Scheme_Malloc_Proc mode_to_allocator(const char *who, Scheme_Object *mode);
1093 (void)mode_to_allocator(MYNAME, argv[3]);