OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SLJIT_MALLOC
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitConfig.h
62
#if defined(_KERNEL) && !defined(
SLJIT_MALLOC
)
63
#define
SLJIT_MALLOC
(size, allocator_data) malloc((size), M_TEMP, M_WAITOK)
129
define
SLJIT_MALLOC
, SLJIT_FREE, SLJIT_MEMCPY, and NULL. */
sljitConfigInternal.h
199
#ifndef
SLJIT_MALLOC
200
#define
SLJIT_MALLOC
(size, allocator_data) malloc(size)
Completed in 14 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025