Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c117 MALLOC_EXEC(ptr1, 32); in test_exec_allocator()
118 MALLOC_EXEC(ptr2, 512); in test_exec_allocator()
119 MALLOC_EXEC(ptr3, 512); in test_exec_allocator()
123 MALLOC_EXEC(ptr1, 262104); in test_exec_allocator()
124 MALLOC_EXEC(ptr2, 32000); in test_exec_allocator()
126 MALLOC_EXEC(ptr1, 262104); in test_exec_allocator()
129 MALLOC_EXEC(ptr1, 512); in test_exec_allocator()
130 MALLOC_EXEC(ptr2, 512); in test_exec_allocator()
131 MALLOC_EXEC(ptr3, 512); in test_exec_allocator()
133 MALLOC_EXEC(ptr2, 512); in test_exec_allocator()
[all …]