gcc/libstdc++-v3/include/pstl
Jonathan Wakely d8f1655a78
libstdc++: Fix memory leak in PSTL TBB backend [PR117276]
Backport of upstream patch:
https://github.com/uxlfoundation/oneDPL/pull/1589

libstdc++-v3/ChangeLog:

	PR libstdc++/117276
	* include/pstl/parallel_backend_tbb.h (__func_task::finalize):
	Make deallocation unconditional.
2025-09-12 14:09:33 +01:00
..
LICENSE.txt
algorithm_fwd.h
algorithm_impl.h libstdc++: Protect PSTL headers against overloaded commas 2025-07-14 12:54:42 +01:00
execution_defs.h
execution_impl.h libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512] 2024-09-15 16:15:22 +01:00
glue_algorithm_defs.h libstdc++: add default template parameters to algorithms 2024-09-22 17:45:05 +01:00
glue_algorithm_impl.h
glue_execution_defs.h
glue_memory_defs.h
glue_memory_impl.h libstdc++: pstl: port away from is_trivial 2024-12-10 00:50:25 +00:00
glue_numeric_defs.h
glue_numeric_impl.h libstdc++: Fix <numeric> parallel algos for move-only values [PR117905] 2025-05-06 17:19:26 +01:00
memory_impl.h libstdc++: Protect PSTL headers against overloaded commas 2025-07-14 12:54:42 +01:00
numeric_fwd.h
numeric_impl.h libstdc++: Protect PSTL headers against overloaded commas 2025-07-14 12:54:42 +01:00
parallel_backend.h
parallel_backend_serial.h
parallel_backend_tbb.h libstdc++: Fix memory leak in PSTL TBB backend [PR117276] 2025-09-12 14:09:33 +01:00
parallel_backend_utils.h
parallel_impl.h
pstl_config.h libstdc++: Fix unwanted #pragma messages from PSTL headers [PR113376] 2024-06-13 14:08:36 +01:00
unseq_backend_simd.h libgcc, libstdc++: Make declarations no longer TU-local [PR115126] 2024-09-27 09:16:53 +10:00
utils.h