Searched refs:sljit_alloc_memory (Results 1 – 3 of 3) sorted by relevance
455 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size);
566 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory() function1841 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) in sljit_alloc_memory() function
839 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()