Home
last modified time | relevance | path

Searched defs:allocator_data (Results 1 – 25 of 271) sorted by path

1234567891011

/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/memchr-2.3.3/src/
H A Diter.rs55 iter_next!(self, memchr(self.needle, self.haystack))
58 #[inline]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/regexp/
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) argument
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) argument
2366 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/regexp/
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) argument
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) argument
2366 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2_jit_compile.c59 #define SLJIT_MALLOC(size, allocator_data) pcre2_jit_malloc(size, allocator_data) argument
60 #define SLJIT_FREE(ptr, allocator_data) pcre2_jit_free(ptr, allocator_data) argument
62 static void * pcre2_jit_malloc(size_t size, void *allocator_data) in pcre2_jit_malloc()
68 static void pcre2_jit_free(void *ptr, void *allocator_data) in pcre2_jit_free()
9724 void *allocator_data = &re->memctl; in jit_compile() local
/dports/biology/vt/vt-0.57721/lib/pcre2/sljit/
H A DsljitConfigInternal.h206 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
210 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
H A DsljitLir.c328 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data) in sljit_create_compiler()
415 void *allocator_data = compiler->allocator_data; in sljit_free_compiler() local
H A DsljitLir.h310 void *allocator_data; member
H A DsljitUtils.c203 …it_stack* SLJIT_CALL sljit_allocate_stack(sljit_uw limit, sljit_uw max_limit, void *allocator_data) in sljit_allocate_stack()
279 …PI_FUNC_ATTRIBUTE void SLJIT_CALL sljit_free_stack(struct sljit_stack* stack, void *allocator_data) in sljit_free_stack()
/dports/databases/mariadb103-server/mariadb-10.3.34/pcre/
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) argument
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) argument
2366 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()
/dports/databases/mariadb104-client/mariadb-10.4.24/pcre/
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) argument
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) argument
2366 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()
/dports/databases/mariadb104-server/mariadb-10.4.24/pcre/
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) argument
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) argument
2366 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/pcre-8.42/
H A Dpcre_jit_compile.c55 #define SLJIT_MALLOC(size, allocator_data) (PUBL(malloc))(size) argument
56 #define SLJIT_FREE(ptr, allocator_data) (PUBL(free))(ptr) argument
2366 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_jit_compile.c64 #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
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/sljit/
H A DsljitConfigInternal.h238 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
242 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
H A DsljitLir.c366 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()
H A DsljitLir.h393 void *allocator_data; member
H A DsljitUtils.c168 …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()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_jit_compile.c64 #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
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/sljit/
H A DsljitConfigInternal.h238 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
242 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
H A DsljitLir.c366 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()
H A DsljitLir.h393 void *allocator_data; member
H A DsljitUtils.c168 …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()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/
H A Dpcre2_jit_compile.c64 #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
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/pcre2/src/sljit/
H A DsljitConfigInternal.h238 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
242 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
H A DsljitLir.c366 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()

1234567891011