Files
email-tracker/external/duckdb/extension/jemalloc/include/malloc_ncpus.h
2025-10-24 19:21:19 -05:00

23 lines
398 B
C

//===----------------------------------------------------------------------===//
// 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