Home
last modified time | relevance | path

Searched defs:XXH_malloc (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/
H A Dxxhash.c113 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dxxhash.c102 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/aosp_15_r20/external/lz4/lib/
H A Dxxhash.c108 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/aosp_15_r20/external/angle/src/common/third_party/xxhash/
H A Dxxhash.c108 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/aosp_15_r20/external/mesa3d/src/util/
H A Dxxhash.h443 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dxxhash.h443 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/aosp_15_r20/external/zstd/lib/common/
H A Dxxhash.h2283 static XXH_CONSTF void* XXH_malloc(size_t s) { (void)s; return NULL; } in XXH_malloc() function
2298 static XXH_MALLOCF void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/aosp_15_r20/external/grpc-grpc/third_party/xxhash/
H A Dxxhash.h1466 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h1466 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc() function
/aosp_15_r20/external/AFLplusplus/include/
H A Dxxhash.h1506 static void *XXH_malloc(size_t s) { in XXH_malloc() function