Searched defs:allocator_data (Results 1 – 6 of 6) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitUtils.c | 168 …tack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) in sljit_allocate_stack() 195 …PI_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack() 214 …PI_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack() 223 …PI_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack() 232 …tack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) in sljit_allocate_stack()
|
D | sljitConfigInternal.h | 238 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument 242 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
|
D | sljitLir.c | 366 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *e… in sljit_create_compiler() 456 void *allocator_data = compiler->allocator_data; in sljit_free_compiler() local 2304 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *e… in sljit_create_compiler()
|
D | sljitLir.h | 393 void *allocator_data; member
|
/external/google-fruit/include/fruit/impl/data_structures/ |
D | fixed_size_allocator.defn.h | 101 inline FixedSizeAllocator::FixedSizeAllocator(const FixedSizeAllocatorData& allocator_data) in FixedSizeAllocator()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 64 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data) argument 65 #define SLJIT_FREE(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data) argument 67 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc() 73 static void pcre2_jit_free(void *ptr, void *allocator_data) in pcre2_jit_free() 13470 void *allocator_data = &re->memctl; in jit_compile() local
|