[all-commits] [llvm/llvm-project] 62a161: [libomptarget] Always call malloc, free via SafeMa...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Wed Oct 30 06:35:40 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 62a161cc00070acf057513deb6cabfb513d49af4
      https://github.com/llvm/llvm-project/commit/62a161cc00070acf057513deb6cabfb513d49af4
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2019-10-30 (Wed, 30 Oct 2019)

  Changed paths:
    M openmp/libomptarget/deviceRTLs/nvptx/src/data_sharing.cu

  Log Message:
  -----------
  [libomptarget] Always call malloc, free via SafeMalloc, SafeFree wrapper

Summary:
[libomptarget] Always call malloc, free via SafeMalloc, SafeFree wrapper

NFC for release, adds some verbosity to debug printing. Motivation is to provide
one place where local modifications can be made to the behaviour of all heap
allocation or deallocation while debugging.

Reviewers: jdoerfert, ABataev, grokos

Reviewed By: ABataev

Subscribers: openmp-commits

Tags: #openmp

Differential Revision: https://reviews.llvm.org/D69492




More information about the All-commits mailing list