[all-commits] [llvm/llvm-project] 9cfe30: [libc] Add proxy headers to handle memory allocati...

Job Henandez Lara via All-commits all-commits at lists.llvm.org
Sun Nov 3 11:28:45 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cfe3028ca7977fb582fa3b15b875e8772fc8fc0
      https://github.com/llvm/llvm-project/commit/9cfe3028ca7977fb582fa3b15b875e8772fc8fc0
  Author: Job Henandez Lara <jobhdezlara93 at gmail.com>
  Date:   2024-11-03 (Sun, 03 Nov 2024)

  Changed paths:
    M libc/hdr/CMakeLists.txt
    A libc/hdr/func/CMakeLists.txt
    A libc/hdr/func/_Exit.h
    A libc/hdr/func/aligned_alloc.h
    A libc/hdr/func/free.h
    A libc/hdr/func/malloc.h
    A libc/hdr/func/realloc.h
    M libc/src/__support/CMakeLists.txt
    M libc/src/__support/CPP/CMakeLists.txt
    M libc/src/__support/CPP/new.cpp
    M libc/src/__support/CPP/new.h
    M libc/src/__support/CPP/string.h
    M libc/src/__support/File/CMakeLists.txt
    M libc/src/__support/File/file.cpp
    M libc/src/__support/char_vector.h
    M libc/src/stdio/printf_core/CMakeLists.txt
    M libc/src/stdio/printf_core/vasprintf_internal.h
    M libc/test/src/stdlib/CMakeLists.txt
    M libc/test/src/stdlib/at_quick_exit_test.cpp
    M libc/test/src/stdlib/atexit_test.cpp

  Log Message:
  -----------
  [libc] Add proxy headers to handle memory allocation associated with the header `#include <stdlib.h> (#114690)

This finishes the work from
https://github.com/llvm/llvm-project/pull/114453 by adding proxy headers
for `malloc`, `realloc`, `free` and `aligned_alloc`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list