should be it
This commit is contained in:
22
external/duckdb/extension/jemalloc/include/malloc_ncpus.h
vendored
Normal file
22
external/duckdb/extension/jemalloc/include/malloc_ncpus.h
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
// DuckDB
|
||||
//
|
||||
// malloc_ncpus.h
|
||||
//
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef MALLOC_NCPUS_H
|
||||
#define MALLOC_NCPUS_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
unsigned duckdb_malloc_ncpus();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // MALLOC_NCPUS_H
|
||||
Reference in New Issue
Block a user