Home
last modified time | relevance | path

Searched refs:converter_malloc_t (Results 1 – 3 of 3) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlispbibl.d19818 typedef void* converter_malloc_t (void* old_data, uintL size, uintL alignment, void** state); typedef
19819 global converter_malloc_t mallocing, nomalloc;
19821 %% exportV(converter_malloc_t,nomalloc);
19822 %% exportV(converter_malloc_t,mallocing);
19827 extern void convert_to_foreign (object fvd, object obj, void* data, converter_malloc_t *converter_m…
19828 %% exportF(void,convert_to_foreign,(object fvd, object obj, void* data, converter_malloc_t *convert…
H A Dforeign.d2434 (object fvd, object obj, void* data, converter_malloc_t *converter_malloc, in convert_to_foreign()
H A DChangeLog8696 * lispbibl.d (converter_malloc_t, convert_to_foreign): accept
20255 (converter_malloc_t): remove one level of indirection
22853 * lispbibl.d (converter_malloc_t): typedef & export to clisp.h
22878 (convert_to_foreign): accept a converter_malloc_t