OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLJIT_FREE
(Results
1 - 6
of
6
) sorted by null
/external/pcre/dist2/src/
pcre2_jit_misc.c
66
SLJIT_FREE
(current, allocator_data);
96
SLJIT_FREE
(functions, allocator_data);
pcre2_jit_compile.c
64
#define
SLJIT_FREE
(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data)
[
all
...]
/external/pcre/dist2/src/sljit/
sljitUtils.c
246
SLJIT_FREE
(stack, allocator_data);
262
SLJIT_FREE
(stack, allocator_data);
269
SLJIT_FREE
(stack, allocator_data);
290
SLJIT_FREE
(stack, allocator_data);
sljitConfigInternal.h
209
#ifndef
SLJIT_FREE
210
#define
SLJIT_FREE
(ptr, allocator_data) free(ptr)
sljitLir.c
358
SLJIT_FREE
(compiler->buf, allocator_data);
360
SLJIT_FREE
(compiler->abuf, allocator_data);
361
SLJIT_FREE
(compiler, allocator_data);
384
SLJIT_FREE
(compiler->buf, allocator_data);
385
SLJIT_FREE
(compiler->abuf, allocator_data);
386
SLJIT_FREE
(compiler, allocator_data);
422
SLJIT_FREE
(curr, allocator_data);
429
SLJIT_FREE
(curr, allocator_data);
433
SLJIT_FREE
(compiler->cpool, allocator_data);
435
SLJIT_FREE
(compiler, allocator_data)
[
all
...]
sljitNativeARM_32.c
342
SLJIT_FREE
(curr_patch, compiler->allocator_data);
357
SLJIT_FREE
(curr_patch, compiler->allocator_data);
[
all
...]
Completed in 43 milliseconds