cmake HAVE_MALLOC_USABLE_SIZE examples

alibaba/AliSQL storage/tokudb/ft-index/cmake_modules/TokuFeatureDetection.cmake :66

check_function_exists(malloc_usable_size HAVE_MALLOC_USABLE_SIZE)

speedb-io/speedb CMakeLists.txt :595

check_cxx_symbol_exists(malloc_usable_size malloc_np.h HAVE_MALLOC_USABLE_SIZE)

speedb-io/speedb CMakeLists.txt :597

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

AtomicGameEngine/AtomicGameEngine Source/ThirdParty/SQLite/CMakeLists.txt :46

foreach (VAR HAVE_STDINT_H HAVE_INTTYPES_H HAVE_MALLOC_H HAVE_MALLOC_USABLE_SIZE)

percona/percona-server cmake/compiler_features.cmake :329

check_cxx_symbol_exists(malloc_usable_size malloc_np.h HAVE_MALLOC_USABLE_SIZE)

percona/percona-server cmake/compiler_features.cmake :331

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

percona/PerconaFT cmake_modules/TokuFeatureDetection.cmake :67

check_function_exists(malloc_usable_size HAVE_MALLOC_USABLE_SIZE)

urho3d/urho3d Source/ThirdParty/SQLite/CMakeLists.txt :16

foreach (VAR HAVE_STDINT_H HAVE_INTTYPES_H HAVE_MALLOC_H HAVE_MALLOC_USABLE_SIZE)

u3d-community/U3D Source/ThirdParty/SQLite/CMakeLists.txt :35

foreach (VAR HAVE_STDINT_H HAVE_INTTYPES_H HAVE_MALLOC_H HAVE_MALLOC_USABLE_SIZE)

bytedance/terarkdb CMakeLists.txt :540

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

SpanDB/SpanDB CMakeLists.txt :474

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

oscarlab/betrfs cmake_modules/TokuFeatureDetection.cmake :71

check_function_exists(malloc_usable_size HAVE_MALLOC_USABLE_SIZE)

steemit/steem libraries/vendor/rocksdb/CMakeLists.txt :452

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

apache/trafficserver CMakeLists.txt :395

check_symbol_exists(malloc_usable_size "malloc.h;malloc_np.h" HAVE_MALLOC_USABLE_SIZE)

GreatSQL/GreatSQL cmake/compiler_features.cmake :207

check_cxx_symbol_exists(malloc_usable_size malloc_np.h HAVE_MALLOC_USABLE_SIZE)

GreatSQL/GreatSQL cmake/compiler_features.cmake :209

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

Tencent/Tendis src/thirdparty/rocksdb-5.13.4/rocksdb/CMakeLists.txt :412

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

UPBGE/upbge intern/ghost/CMakeLists.txt :326

check_symbol_exists(malloc_usable_size "malloc.h" HAVE_MALLOC_USABLE_SIZE)

UPBGE/upbge intern/ghost/CMakeLists.txt :328

add_definitions(-DHAVE_MALLOC_USABLE_SIZE)

facebook/rocksdb CMakeLists.txt :557

check_cxx_symbol_exists(malloc_usable_size malloc_np.h HAVE_MALLOC_USABLE_SIZE)

facebook/rocksdb CMakeLists.txt :559

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

ververica/ForSt CMakeLists.txt :537

check_cxx_symbol_exists(malloc_usable_size malloc_np.h HAVE_MALLOC_USABLE_SIZE)

ververica/ForSt CMakeLists.txt :539

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

Tencent/wwsearch deps/rocksdb/CMakeLists.txt :434

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

rbfx/rbfx Source/Urho3D/CMakeLists.txt :546

foreach(HAVE HAVE___SINCOSF HAVE_MALLOC_USABLE_SIZE HAVE_STDINT_H HAVE_INTTYPES_H HAVE_MALLOC_H HAVE_SINCOSF HAVE_RTL_OSVERSIONINFOW)

topling/toplingdb CMakeLists.txt :555

check_cxx_symbol_exists(malloc_usable_size malloc_np.h HAVE_MALLOC_USABLE_SIZE)

topling/toplingdb CMakeLists.txt :557

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

percona/percona-xtradb-cluster cmake/compiler_features.cmake :329

check_cxx_symbol_exists(malloc_usable_size malloc_np.h HAVE_MALLOC_USABLE_SIZE)

percona/percona-xtradb-cluster cmake/compiler_features.cmake :331

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

facebook/mysql-5.6 cmake/compiler_features.cmake :338

check_cxx_symbol_exists(malloc_usable_size malloc_np.h HAVE_MALLOC_USABLE_SIZE)

facebook/mysql-5.6 cmake/compiler_features.cmake :340

check_cxx_symbol_exists(malloc_usable_size malloc.h HAVE_MALLOC_USABLE_SIZE)

ByConity/ByConity contrib/rocksdb-cmake/CMakeLists.txt :201

check_cxx_symbol_exists(malloc_usable_size "${ROCKSDB_SOURCE_DIR}/malloc_np.h" HAVE_MALLOC_USABLE_SIZE)

ByConity/ByConity contrib/rocksdb-cmake/CMakeLists.txt :203

check_cxx_symbol_exists(malloc_usable_size "${ROCKSDB_SOURCE_DIR}/malloc.h" HAVE_MALLOC_USABLE_SIZE)

keepassxreboot/keepassxc CMakeLists.txt :587

check_cxx_source_compiles("#include <malloc.h>
    int main() { malloc_usable_size(NULL); return 0; }"
            HAVE_MALLOC_USABLE_SIZE)