[libc-commits] [PATCH] D136492: [libc.search] [PATCH 6/6] add `hsearch(_r)`, `hdelete(_r_)` and `hcreate(_r)` implementation

Schrodinger ZHU Yifan via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Dec 18 14:52:22 PST 2022


SchrodingerZhu updated this revision to Diff 483844.
SchrodingerZhu added a comment.

Rebase


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136492/new/

https://reviews.llvm.org/D136492

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/CMakeLists.txt
  libc/src/search/CMakeLists.txt
  libc/src/search/hashtable/CMakeLists.txt
  libc/src/search/hashtable/global.cpp
  libc/src/search/hashtable/global.h
  libc/src/search/hashtable/search_impl.h
  libc/src/search/hashtable/utils.h
  libc/src/search/hcreate.cpp
  libc/src/search/hcreate.h
  libc/src/search/hcreate_r.cpp
  libc/src/search/hcreate_r.h
  libc/src/search/hdestroy.cpp
  libc/src/search/hdestroy.h
  libc/src/search/hdestroy_r.cpp
  libc/src/search/hdestroy_r.h
  libc/src/search/hsearch.cpp
  libc/src/search/hsearch.h
  libc/src/search/hsearch_r.cpp
  libc/src/search/hsearch_r.h
  libc/test/src/CMakeLists.txt
  libc/test/src/search/CMakeLists.txt
  libc/test/src/search/hsearch_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136492.483844.patch
Type: text/x-patch
Size: 24385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221218/bee78b9d/attachment-0001.bin>


More information about the libc-commits mailing list