Home
last modified time | relevance | path

Searched refs:reallocator (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/cif/cif/builtins/memory/buffer/impl/
H A Dbuffer_impl.h57 void SetAllocator(AllocatorT allocator, DeallocatorT deallocator, ReallocatorT reallocator){ in CIF_DECLARE_INTERFACE_PIMPL()
68 this->reallocator = reallocator; in CIF_DECLARE_INTERFACE_PIMPL()
259 if(reallocator != nullptr){ in CIF_DECLARE_INTERFACE_PIMPL()
260 void *newMem = reallocator(this->memory, this->capacity, newCapacity); in CIF_DECLARE_INTERFACE_PIMPL()
295 ReallocatorT reallocator = nullptr; in CIF_DECLARE_INTERFACE_PIMPL() local
H A Dbuffer_impl.cpp18 …Buffer, 1)::SetAllocator(AllocatorT allocator, DeallocatorT deallocator, ReallocatorT reallocator){ in SetAllocator() argument
19 CIF_GET_PIMPL()->SetAllocator(allocator, deallocator, reallocator); in SetAllocator()
/dports/databases/pointcloud/pointcloud-1.2.1/lib/
H A Dpc_mem.c96 pc_allocator allocator, pc_reallocator reallocator, in pc_set_handlers() argument
101 if ( ! reallocator ) reallocator = pc_context.realloc; in pc_set_handlers()
108 pc_context.realloc = reallocator; in pc_set_handlers()
/dports/databases/postgis32/postgis-3.2.0/raster/rt_core/
H A Drt_context.c159 rt_set_handlers(rt_allocator allocator, rt_reallocator reallocator, in rt_set_handlers() argument
163 rt_set_handlers_options(allocator, reallocator, deallocator, in rt_set_handlers()
169 rt_set_handlers_options(rt_allocator allocator, rt_reallocator reallocator, in rt_set_handlers_options() argument
175 ctx_t.realloc = reallocator; in rt_set_handlers_options()
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/libcpp/
H A Dline-map.c44 set->reallocator = 0; in linemap_init()
99 line_map_realloc reallocator in linemap_add() local
100 = set->reallocator ? set->reallocator : xrealloc; in linemap_add()
103 = (struct line_map *) (*reallocator) (set->maps, in linemap_add()
/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dgwmem-check.c153 struct location reallocator; /* Caller that last realloced area */ member
317 if (area->reallocator.function) { in dump_area()
319 area->reallocator.function, in dump_area()
320 area->reallocator.filename, in dump_area()
321 area->reallocator.lineno); in dump_area()
612 area->reallocator.filename = filename; in gw_check_realloc()
613 area->reallocator.lineno = lineno; in gw_check_realloc()
614 area->reallocator.function = function; in gw_check_realloc()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/include/
H A Dreallocators.hpp43 struct reallocator { struct
137 struct remaper : public reallocator<T> {
141 T* res = reallocator<T>::operator()(ptr, osize, nsize); in realloc()
/dports/lang/gcc48/gcc-4.8.5/libcpp/
H A Dline-map.c125 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
126 ? set->reallocator in get_combined_adhoc_loc()
134 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
222 line_map_realloc reallocator = (set->reallocator in new_linemap() local
223 ? set->reallocator in new_linemap()
253 (struct line_map *) (*reallocator) in new_linemap()
437 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
438 ? set->reallocator in linemap_enter_macro()
454 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcpp/
H A Dline-map.c125 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
126 ? set->reallocator in get_combined_adhoc_loc()
134 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
222 line_map_realloc reallocator = (set->reallocator in new_linemap() local
223 ? set->reallocator in new_linemap()
253 (struct line_map *) (*reallocator) in new_linemap()
437 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
438 ? set->reallocator in linemap_enter_macro()
454 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/devel/mingw32-gcc/gcc-4.8.1/libcpp/
H A Dline-map.c125 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
126 ? set->reallocator in get_combined_adhoc_loc()
134 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
222 line_map_realloc reallocator = (set->reallocator in new_linemap() local
223 ? set->reallocator in new_linemap()
253 (struct line_map *) (*reallocator) in new_linemap()
437 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
438 ? set->reallocator in linemap_enter_macro()
454 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwutil.c158 lwgeom_set_handlers(lwallocator allocator, lwreallocator reallocator, in lwgeom_set_handlers() argument
163 if ( reallocator ) lwrealloc_var = reallocator; in lwgeom_set_handlers()
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtutil.c143 rtreallocator reallocator, in rtgeom_init() argument
156 if ( reallocator ) ctx->rtrealloc_var = reallocator; in rtgeom_init()
/dports/lang/gcc6-aux/gcc-6-20180516/libcpp/
H A Dline-map.c229 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
230 ? set->reallocator in get_combined_adhoc_loc()
238 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
382 line_map_realloc reallocator = (set->reallocator in new_linemap() local
383 ? set->reallocator in new_linemap()
419 = (line_map_macro *) (*reallocator) (set->info_macro.maps, in new_linemap()
427 (line_map_ordinary *) (*reallocator) (set->info_ordinary.maps, in new_linemap()
610 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
611 ? set->reallocator in linemap_enter_macro()
627 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/lang/gnat_util/gcc-6-20180516/libcpp/
H A Dline-map.c229 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
230 ? set->reallocator in get_combined_adhoc_loc()
238 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
382 line_map_realloc reallocator = (set->reallocator in new_linemap() local
383 ? set->reallocator in new_linemap()
419 = (line_map_macro *) (*reallocator) (set->info_macro.maps, in new_linemap()
427 (line_map_ordinary *) (*reallocator) (set->info_ordinary.maps, in new_linemap()
610 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
611 ? set->reallocator in linemap_enter_macro()
627 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/databases/postgis30/postgis-3.0.4/raster/rt_core/
H A Drt_context.c151 rt_set_handlers(rt_allocator allocator, rt_reallocator reallocator, in rt_set_handlers() argument
156 ctx_t.realloc = reallocator; in rt_set_handlers()
/dports/databases/postgis25/postgis-2.5.5/raster/rt_core/
H A Drt_context.c151 rt_set_handlers(rt_allocator allocator, rt_reallocator reallocator, in rt_set_handlers() argument
156 ctx_t.realloc = reallocator; in rt_set_handlers()
/dports/databases/postgis31/postgis-3.1.4/raster/rt_core/
H A Drt_context.c151 rt_set_handlers(rt_allocator allocator, rt_reallocator reallocator, in rt_set_handlers() argument
156 ctx_t.realloc = reallocator; in rt_set_handlers()
/dports/lang/gcc8/gcc-8.5.0/libcpp/
H A Dline-map.c222 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
223 ? set->reallocator in get_combined_adhoc_loc()
231 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
395 line_map_realloc reallocator = (set->reallocator in new_linemap() local
396 ? set->reallocator in new_linemap()
432 = (line_map_macro *) (*reallocator) (set->info_macro.maps, in new_linemap()
440 (line_map_ordinary *) (*reallocator) (set->info_ordinary.maps, in new_linemap()
623 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
624 ? set->reallocator in linemap_enter_macro()
640 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Dline-map.c222 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
223 ? set->reallocator in get_combined_adhoc_loc()
231 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
395 line_map_realloc reallocator = (set->reallocator in new_linemap() local
396 ? set->reallocator in new_linemap()
432 = (line_map_macro *) (*reallocator) (set->info_macro.maps, in new_linemap()
440 (line_map_ordinary *) (*reallocator) (set->info_ordinary.maps, in new_linemap()
623 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
624 ? set->reallocator in linemap_enter_macro()
640 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libcpp/
H A Dline-map.c222 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
223 ? set->reallocator in get_combined_adhoc_loc()
231 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
395 line_map_realloc reallocator = (set->reallocator in new_linemap() local
396 ? set->reallocator in new_linemap()
432 = (line_map_macro *) (*reallocator) (set->info_macro.maps, in new_linemap()
440 (line_map_ordinary *) (*reallocator) (set->info_ordinary.maps, in new_linemap()
623 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
624 ? set->reallocator in linemap_enter_macro()
640 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libcpp/
H A Dline-map.c222 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
223 ? set->reallocator in get_combined_adhoc_loc()
231 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
395 line_map_realloc reallocator = (set->reallocator in new_linemap() local
396 ? set->reallocator in new_linemap()
432 = (line_map_macro *) (*reallocator) (set->info_macro.maps, in new_linemap()
440 (line_map_ordinary *) (*reallocator) (set->info_ordinary.maps, in new_linemap()
623 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
624 ? set->reallocator in linemap_enter_macro()
640 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libcpp/
H A Dline-map.c222 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
223 ? set->reallocator in get_combined_adhoc_loc()
231 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
395 line_map_realloc reallocator = (set->reallocator in new_linemap() local
396 ? set->reallocator in new_linemap()
432 = (line_map_macro *) (*reallocator) (set->info_macro.maps, in new_linemap()
440 (line_map_ordinary *) (*reallocator) (set->info_ordinary.maps, in new_linemap()
623 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
624 ? set->reallocator in linemap_enter_macro()
640 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/devel/riscv64-gcc/gcc-8.3.0/libcpp/
H A Dline-map.c222 line_map_realloc reallocator = (set->reallocator in get_combined_adhoc_loc() local
223 ? set->reallocator in get_combined_adhoc_loc()
231 reallocator (set->location_adhoc_data_map.data, in get_combined_adhoc_loc()
395 line_map_realloc reallocator = (set->reallocator in new_linemap() local
396 ? set->reallocator in new_linemap()
432 = (line_map_macro *) (*reallocator) (set->info_macro.maps, in new_linemap()
440 (line_map_ordinary *) (*reallocator) (set->info_ordinary.maps, in new_linemap()
623 line_map_realloc reallocator = (set->reallocator in linemap_enter_macro() local
624 ? set->reallocator in linemap_enter_macro()
640 = (source_location*) reallocator (NULL, in linemap_enter_macro()
/dports/databases/postgis25/postgis-2.5.5/fuzzers/
H A Dwkb_import_fuzzer.cpp149 reallocator(void *mem, size_t size) in reallocator() function
185 lwgeom_set_handlers(allocator, reallocator, freeor, errorreporter, noticereporter); in LLVMFuzzerInitialize()
H A Dwkt_import_fuzzer.cpp149 reallocator(void *mem, size_t size) in reallocator() function
185 lwgeom_set_handlers(allocator, reallocator, freeor, errorreporter, noticereporter); in LLVMFuzzerInitialize()

1234567