Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.h455 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size);
H A DsljitLir.c566 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory() function
1841 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory() function
/netbsd-src/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c839 SLJIT_ASSERT(!sljit_alloc_memory(compiler, 0)); in test11()
840 SLJIT_ASSERT(!sljit_alloc_memory(compiler, 16 * sizeof(sljit_sw) + 1)); in test11()
844 value = sljit_alloc_memory(compiler, 16 * sizeof(sljit_sw)); in test11()
856 value = sljit_alloc_memory(compiler, 17); in test11()
926 value = sljit_alloc_memory(compiler, 15); in test12()
948 value = sljit_alloc_memory(compiler, 8); in test12()