Home
last modified time | relevance | path

Searched defs:allocator_data (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pcre/src/sljit/
H A DsljitUtils.c175 …tack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) in sljit_allocate_stack()
202 …PI_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack()
221 …PI_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack()
230 …PI_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_data) in sljit_free_stack()
239 …tack* SLJIT_FUNC sljit_allocate_stack(sljit_uw start_size, sljit_uw max_size, void *allocator_data) in sljit_allocate_stack()
H A DsljitConfigInternal.h139 #define SLJIT_MALLOC(size, allocator_data) (malloc(size)) argument
143 #define SLJIT_FREE(ptr, allocator_data) (free(ptr)) argument
H A DsljitSerialize.c289 sljit_s32 options, void *allocator_data) in sljit_deserialize_compiler()
H A DsljitLir.c457 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler()
548 void *allocator_data = compiler->allocator_data; in sljit_free_compiler() local
H A DsljitLir.h471 void *allocator_data; member
/aosp_15_r20/external/google-fruit/include/fruit/impl/data_structures/
H A Dfixed_size_allocator.defn.h101 inline FixedSizeAllocator::FixedSizeAllocator(const FixedSizeAllocatorData& allocator_data) in FixedSizeAllocator()
/aosp_15_r20/external/libdav1d/include/dav1d/
H A Dpicture.h104 void *allocator_data; ///< pointer managed by the allocator member
/aosp_15_r20/external/pcre/src/
H A Dpcre2_jit_compile.c70 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data) argument
71 #define SLJIT_FREE(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data) argument
73 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc()
79 static void pcre2_jit_free(void *ptr, void *allocator_data) in pcre2_jit_free()
14152 void *allocator_data = &re->memctl; in jit_compile() local