HomeSort by: relevance | last modified time | path
    Searched refs:sljit_alloc_memory (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 455 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size);
sljitLir.c 566 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE void *
1841 SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler *compiler, sljit_s32 size) function in typeref:typename:SLJIT_API_FUNC_ATTRIBUTE void *
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 839 SLJIT_ASSERT(!sljit_alloc_memory(compiler, 0));
840 SLJIT_ASSERT(!sljit_alloc_memory(compiler, 16 * sizeof(sljit_sw) + 1));
844 value = sljit_alloc_memory(compiler, 16 * sizeof(sljit_sw));
856 value = sljit_alloc_memory(compiler, 17);
926 value = sljit_alloc_memory(compiler, 15);
948 value = sljit_alloc_memory(compiler, 8);

Completed in 42 milliseconds