Home
last modified time | relevance | path

Searched defs:allocator_data (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitConfig.h63 #define SLJIT_MALLOC(size, allocator_data) malloc((size), M_TEMP, M_WAITOK) argument
67 #define SLJIT_FREE(ptr, allocator_data) free((ptr), M_TEMP) argument
H A DsljitUtils.c249 …it_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data) in sljit_allocate_stack()
335 …PI_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack()
H A DsljitConfigInternal.h200 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
204 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
H A DsljitLir.c356 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler()
445 void *allocator_data = compiler->allocator_data; in sljit_free_compiler() local
1822 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler()
H A DsljitLir.h314 void *allocator_data; member
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dallocator.c213 struct omp_allocator_data *allocator_data; in ialias() local
383 struct omp_allocator_data *allocator_data in omp_free() local
412 struct omp_allocator_data *allocator_data; in omp_aligned_calloc() local
561 struct omp_allocator_data *allocator_data, *free_allocator_data; in omp_realloc() local