[all-commits] [llvm/llvm-project] f14472: [scudo][standalone] Add new mallopt options.

Christopher Ferris via All-commits all-commits at lists.llvm.org
Tue Jul 28 16:28:57 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f14472a2e327a393d4795a141b901be1dd397505
      https://github.com/llvm/llvm-project/commit/f14472a2e327a393d4795a141b901be1dd397505
  Author: Christopher Ferris <cferris at google.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/tests/wrappers_c_test.cpp
    M compiler-rt/lib/scudo/standalone/wrappers_c.inc

  Log Message:
  -----------
  [scudo][standalone] Add new mallopt options.

This adds the code to support calling mallopt and converting the
options to the internal Option enum.

Reviewed By: cryptoad

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




More information about the All-commits mailing list