diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2022-08-11 11:13:01 -0500 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2022-08-11 15:26:09 -0500 |
commit | 56f36f85e029d6947d07d7d174801104785149a7 (patch) | |
tree | 15bf703c51ebdf7cfa5b8b3089ac18f26431c9c1 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
parent | 6c7b049f6eb78edf83506a858c7b211a7c70afd8 (diff) | |
download | llvm-56f36f85e029d6947d07d7d174801104785149a7.zip llvm-56f36f85e029d6947d07d7d174801104785149a7.tar.gz llvm-56f36f85e029d6947d07d7d174801104785149a7.tar.bz2 |
[OpenMP][OMPT] Fix memory leak when using GCC compatibility code
Serialized parallels allocate lightweight task teams on the heap
but never free them in the corresponding join. This patch adds a wrapper
around the allocation (if ompt enabled) and also adds the corresponding
free in the join call.
Differential Revision: https://reviews.llvm.org/D131690
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions