[DynInst_API:] [dyninst/dyninst] 2bfa6e: use default allocator for tbb::concurrent_hash_map...


Date: Mon, 27 Feb 2023 06:13:52 -0800
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 2bfa6e: use default allocator for tbb::concurrent_hash_map...
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 2bfa6e82c2a9ef98801432324ffb3cec2a6254c5
      https://github.com/dyninst/dyninst/commit/2bfa6e82c2a9ef98801432324ffb3cec2a6254c5
  Author: kupsch <kupsch@xxxxxxxxxxx>
  Date:   2023-02-27 (Mon, 27 Feb 2023)

  Changed paths:
    M common/h/concurrent.h

  Log Message:
  -----------
  use default allocator for tbb::concurrent_hash_map (#1332)

- gcc 12 warns about mismatched new and delete when an allocator is specified
  This is likely a false positive.  Change to use the default, which uses ends
  up using the same std C++ new allocator


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 2bfa6e: use default allocator for tbb::concurrent_hash_map..., kupsch <=