Home
last modified time | relevance | path

Searched refs:realloc_func (Results 26 – 50 of 685) sorted by relevance

12345678910>>...28

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_api_heap.c18 duk_realloc_function realloc_func, in duk_create_heap() argument
34 DUK_ASSERT(realloc_func == NULL); in duk_create_heap()
38 realloc_func = duk_default_realloc_function; in duk_create_heap()
45 DUK_ASSERT(realloc_func != NULL); in duk_create_heap()
54 DUK_ASSERT(realloc_func != NULL); in duk_create_heap()
58 heap = duk_heap_alloc(alloc_func, realloc_func, free_func, heap_udata, fatal_handler); in duk_create_heap()
H A Dduk_heap_memory.c182 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
219 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
237 return heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
275 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
332 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
346 return heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_heap_memory.c176 DUK_ASSERT(heap->realloc_func != NULL); in duk__heap_mem_realloc_slowpath()
218 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk__heap_mem_realloc_slowpath()
234 DUK_ASSERT(heap->realloc_func != NULL); in duk_heap_mem_realloc()
257 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
284 DUK_ASSERT(heap->realloc_func != NULL); in duk__heap_mem_realloc_indirect_slowpath()
341 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk__heap_mem_realloc_indirect_slowpath()
357 DUK_ASSERT(heap->realloc_func != NULL); in duk_heap_mem_realloc_indirect()
379 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_heap_memory.c176 DUK_ASSERT(heap->realloc_func != NULL); in duk__heap_mem_realloc_slowpath()
218 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk__heap_mem_realloc_slowpath()
234 DUK_ASSERT(heap->realloc_func != NULL); in duk_heap_mem_realloc()
257 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
284 DUK_ASSERT(heap->realloc_func != NULL); in duk__heap_mem_realloc_indirect_slowpath()
341 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk__heap_mem_realloc_indirect_slowpath()
357 DUK_ASSERT(heap->realloc_func != NULL); in duk_heap_mem_realloc_indirect()
379 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_heap_memory.c176 DUK_ASSERT(heap->realloc_func != NULL); in duk__heap_mem_realloc_slowpath()
218 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk__heap_mem_realloc_slowpath()
234 DUK_ASSERT(heap->realloc_func != NULL); in duk_heap_mem_realloc()
257 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
284 DUK_ASSERT(heap->realloc_func != NULL); in duk__heap_mem_realloc_indirect_slowpath()
341 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk__heap_mem_realloc_indirect_slowpath()
357 DUK_ASSERT(heap->realloc_func != NULL); in duk_heap_mem_realloc_indirect()
379 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_heap_memory.c176 DUK_ASSERT(heap->realloc_func != NULL); in duk__heap_mem_realloc_slowpath()
218 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk__heap_mem_realloc_slowpath()
234 DUK_ASSERT(heap->realloc_func != NULL); in duk_heap_mem_realloc()
257 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
284 DUK_ASSERT(heap->realloc_func != NULL); in duk__heap_mem_realloc_indirect_slowpath()
341 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk__heap_mem_realloc_indirect_slowpath()
357 DUK_ASSERT(heap->realloc_func != NULL); in duk_heap_mem_realloc_indirect()
379 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/libBF-0.6.2/libbf-2020-01-19/
H A Dcutils.c73 void dbuf_init2(DynBuf *s, void *opaque, DynBufReallocFunc *realloc_func) in dbuf_init2() argument
77 s->realloc_func = realloc_func; in dbuf_init2()
101 new_buf = s->realloc_func(s->opaque, s->buf, new_size); in dbuf_realloc()
175 s->realloc_func(s->opaque, s->buf, 0); in dbuf_free()
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/webmlib/halloc/
H A Dhalloc.c51 int halloc_set_allocator(realloc_t realloc_func);
180 int halloc_set_allocator(realloc_t realloc_func) in halloc_set_allocator() argument
195 if (! (p = realloc_func(NULL, 1))) in halloc_set_allocator()
199 if ((p = realloc_func(p, 0))) in halloc_set_allocator()
204 allocator = realloc_func; in halloc_set_allocator()
/dports/games/openbor/openbor-3caaddd5/engine/source/webmlib/halloc/
H A Dhalloc.c51 int halloc_set_allocator(realloc_t realloc_func);
180 int halloc_set_allocator(realloc_t realloc_func) in halloc_set_allocator() argument
195 if (! (p = realloc_func(NULL, 1))) in halloc_set_allocator()
199 if ((p = realloc_func(p, 0))) in halloc_set_allocator()
204 allocator = realloc_func; in halloc_set_allocator()
/dports/science/code_saturne/code_saturne-7.1.0/libple/src/
H A Dple_defs.c558 ple_mem_realloc_t **realloc_func, in ple_mem_functions_get() argument
564 if (realloc_func != NULL) in ple_mem_functions_get()
565 *realloc_func = _ple_mem_realloc; in ple_mem_functions_get()
584 ple_mem_realloc_t *realloc_func, in ple_mem_functions_set() argument
590 if (realloc_func != NULL) in ple_mem_functions_set()
591 _ple_mem_realloc = realloc_func; in ple_mem_functions_set()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_heap_memory.c182 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
219 res = heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
237 return heap->realloc_func(heap->heap_udata, ptr, newsize); in duk_heap_mem_realloc()
275 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
332 res = heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
346 return heap->realloc_func(heap->heap_udata, cb(heap, ud), newsize); in duk_heap_mem_realloc_indirect()
/dports/www/firefox-esr/firefox-91.8.0/media/libogg/src/
H A Dogg_alloc.c24 ogg_realloc_function_type *realloc_func, in ogg_set_mem_functions() argument
29 ogg_realloc_func = realloc_func; in ogg_set_mem_functions()
/dports/www/firefox/firefox-99.0/media/libogg/src/
H A Dogg_alloc.c24 ogg_realloc_function_type *realloc_func, in ogg_set_mem_functions() argument
29 ogg_realloc_func = realloc_func; in ogg_set_mem_functions()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libogg/src/
H A Dogg_alloc.c24 ogg_realloc_function_type *realloc_func, in ogg_set_mem_functions() argument
29 ogg_realloc_func = realloc_func; in ogg_set_mem_functions()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libogg/src/
H A Dogg_alloc.c24 ogg_realloc_function_type *realloc_func, in ogg_set_mem_functions() argument
29 ogg_realloc_func = realloc_func; in ogg_set_mem_functions()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libogg/src/
H A Dogg_alloc.c24 ogg_realloc_function_type *realloc_func, in ogg_set_mem_functions() argument
29 ogg_realloc_func = realloc_func; in ogg_set_mem_functions()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libogg/src/
H A Dogg_alloc.c24 ogg_realloc_function_type *realloc_func, in ogg_set_mem_functions() argument
29 ogg_realloc_func = realloc_func; in ogg_set_mem_functions()
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dlibunicode.h54 void *(*realloc_func)(void *opaque, void *ptr, size_t size); member
63 void cr_init(CharRange *cr, void *mem_opaque, void *(*realloc_func)(void *opaque, void *ptr, size_t…
111 void *opaque, void *(*realloc_func)(void *opaque, void *ptr, size_t size));
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dlibunicode.h54 void *(*realloc_func)(void *opaque, void *ptr, size_t size); member
63 void cr_init(CharRange *cr, void *mem_opaque, void *(*realloc_func)(void *opaque, void *ptr, size_t…
111 void *opaque, void *(*realloc_func)(void *opaque, void *ptr, size_t size));
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dlibunicode.h54 void *(*realloc_func)(void *opaque, void *ptr, size_t size); member
63 void cr_init(CharRange *cr, void *mem_opaque, void *(*realloc_func)(void *opaque, void *ptr, size_t…
111 void *opaque, void *(*realloc_func)(void *opaque, void *ptr, size_t size));
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dlibunicode.h54 void *(*realloc_func)(void *opaque, void *ptr, size_t size); member
63 void cr_init(CharRange *cr, void *mem_opaque, void *(*realloc_func)(void *opaque, void *ptr, size_t…
111 void *opaque, void *(*realloc_func)(void *opaque, void *ptr, size_t size));
/dports/math/jags/JAGS-4.3.0/src/modules/glm/SSparse/config/
H A DSuiteSparse_config.c113 SuiteSparse_config.realloc_func = mxRealloc ; in SuiteSparse_start()
119 SuiteSparse_config.realloc_func = realloc ; in SuiteSparse_start()
127 SuiteSparse_config.realloc_func = NULL ; in SuiteSparse_start()
274 pnew = (void *) (SuiteSparse_config.realloc_func) (p, size) ; in SuiteSparse_realloc()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/SuiteSparse_config/
H A DSuiteSparse_config.c113 SuiteSparse_config.realloc_func = mxRealloc ; in SuiteSparse_start()
119 SuiteSparse_config.realloc_func = realloc ; in SuiteSparse_start()
127 SuiteSparse_config.realloc_func = NULL ; in SuiteSparse_start()
274 pnew = (void *) (SuiteSparse_config.realloc_func) (p, size) ; in SuiteSparse_realloc()
/dports/math/suitesparse-config/SuiteSparse-5.10.1/SuiteSparse_config/
H A DSuiteSparse_config.c113 SuiteSparse_config.realloc_func = mxRealloc ; in SuiteSparse_start()
119 SuiteSparse_config.realloc_func = realloc ; in SuiteSparse_start()
127 SuiteSparse_config.realloc_func = NULL ; in SuiteSparse_start()
274 pnew = (void *) (SuiteSparse_config.realloc_func) (p, size) ; in SuiteSparse_realloc()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/SuiteSparse_config/
H A DSuiteSparse_config.c113 SuiteSparse_config.realloc_func = mxRealloc ; in SuiteSparse_start()
119 SuiteSparse_config.realloc_func = realloc ; in SuiteSparse_start()
127 SuiteSparse_config.realloc_func = NULL ; in SuiteSparse_start()
274 pnew = (void *) (SuiteSparse_config.realloc_func) (p, size) ; in SuiteSparse_realloc()

12345678910>>...28