OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_MALLOC
(Results
1 - 5
of
5
) sorted by null
/external/pcre/dist2/src/sljit/
sljitConfigInternal.h
205
#ifndef
SLJIT_MALLOC
206
#define
SLJIT_MALLOC
(size, allocator_data) malloc(size)
sljitUtils.c
239
stack = (struct sljit_stack*)
SLJIT_MALLOC
(sizeof(struct sljit_stack), allocator_data);
sljitLir.c
330
struct sljit_compiler *compiler = (struct sljit_compiler*)
SLJIT_MALLOC
(sizeof(struct sljit_compiler), allocator_data);
353
compiler->buf = (struct sljit_memory_fragment*)
SLJIT_MALLOC
(BUF_SIZE, allocator_data);
354
compiler->abuf = (struct sljit_memory_fragment*)
SLJIT_MALLOC
(ABUF_SIZE, allocator_data);
381
compiler->cpool = (sljit_uw*)
SLJIT_MALLOC
(CPOOL_SIZE * sizeof(sljit_uw)
497
new_frag = (struct sljit_memory_fragment*)
SLJIT_MALLOC
(BUF_SIZE, compiler->allocator_data);
516
new_frag = (struct sljit_memory_fragment*)
SLJIT_MALLOC
(ABUF_SIZE, compiler->allocator_data);
[
all
...]
sljitNativeARM_32.c
352
curr_patch = (struct future_patch*)
SLJIT_MALLOC
(sizeof(struct future_patch), compiler->allocator_data);
[
all
...]
/external/pcre/dist2/src/
pcre2_jit_compile.c
63
#define
SLJIT_MALLOC
(size, allocator_data) pcre2_jit_malloc(size, allocator_data)
[
all
...]
Completed in 39 milliseconds