Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 1 – 25 of 52) sorted by relevance

123

/rocksdb-6.9/port/
Djemalloc_helper.h43 extern "C" void* mallocx(size_t, int) __attribute__((__weak__));
44 extern "C" void* rallocx(void*, size_t, int) __attribute__((__weak__));
46 extern "C" size_t sallocx(const void*, int) __attribute__((__weak__));
47 extern "C" void dallocx(void*, int) __attribute__((__weak__));
48 extern "C" void sdallocx(void*, size_t, int) __attribute__((__weak__));
49 extern "C" size_t nallocx(size_t, int) __attribute__((__weak__));
51 __attribute__((__weak__));
53 __attribute__((__weak__));
55 size_t) __attribute__((__weak__));
57 const char*) __attribute__((__weak__));
[all …]
/rocksdb-6.9/db_stress_tool/
Ddb_stress_gflags.cc23 static const bool FLAGS_seed_dummy __attribute__((__unused__)) =
334 static const bool FLAGS_subcompactions_dummy __attribute__((__unused__)) =
346 static const bool FLAGS_reopen_dummy __attribute__((__unused__)) =
532 static const bool FLAGS_readpercent_dummy __attribute__((__unused__)) =
538 static const bool FLAGS_prefixpercent_dummy __attribute__((__unused__)) =
543 static const bool FLAGS_writepercent_dummy __attribute__((__unused__)) =
548 static const bool FLAGS_delpercent_dummy __attribute__((__unused__)) =
566 static const bool FLAGS_iterpercent_dummy __attribute__((__unused__)) =
570 static const bool FLAGS_num_iterations_dummy __attribute__((__unused__)) =
596 static const bool FLAGS_ops_per_thread_dummy __attribute__((__unused__)) =
[all …]
/rocksdb-6.9/db/
Dforward_iterator_bench.cc51 char pad1[128] __attribute__((__unused__));
53 char pad2[128] __attribute__((__unused__));
56 char pad3[128] __attribute__((__unused__));
70 } __attribute__((__packed__));
76 char pad1[128] __attribute__((__unused__));
80 char pad2[128] __attribute__((__unused__));
86 char pad3[128] __attribute__((__unused__));
192 char pad1[128] __attribute__((__unused__));
201 char pad2[128] __attribute__((__unused__));
263 char pad1[128] __attribute__((__unused__));
[all …]
Dcolumn_family.cc464 bool was_last_ref __attribute__((__unused__)); in SuperVersionUnrefHandle()
618 bool deleted __attribute__((__unused__)); in ~ColumnFamilyData()
1273 bool was_last_ref __attribute__((__unused__)); in ResetThreadLocalSuperVersions()
1425 bool last_ref __attribute__((__unused__)); in ~ColumnFamilySet()
1429 bool dummy_last_ref __attribute__((__unused__)); in ~ColumnFamilySet()
/rocksdb-6.9/util/
Dmurmurhash.cc26 __attribute__((__no_sanitize__("alignment")))
28 __attribute__((__no_sanitize_undefined__))
Dcoding.h449 __attribute__((__no_sanitize__("alignment")))
451 __attribute__((__no_sanitize_undefined__))
466 __attribute__((__no_sanitize__("alignment")))
468 __attribute__((__no_sanitize_undefined__))
Dcrc32c.cc631 __attribute__((__no_sanitize__("alignment")))
633 __attribute__((__no_sanitize_undefined__))
682 __attribute__((__no_sanitize__("alignment")))
684 __attribute__((__no_sanitize_undefined__))
Dxxhash.cc142 # define XXH_FORCE_INLINE static inline __attribute__((always_inline))
143 # define XXH_NO_INLINE static __attribute__((noinline))
202 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign;
712 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) unalign64;
Dxxhash.h116 # define XXH_PUBLIC_API static __inline __attribute__((unused))
467 # define XXH_ALIGN(n) __attribute__ ((aligned(n)))
Dstatus.cc28 __attribute__((__unused__)); in CopyState()
Drepeatable_thread.h107 int ret __attribute__((__unused__)) = in thread()
/rocksdb-6.9/memory/
Djemalloc_nodump_allocator.cc107 int ret __attribute__((__unused__)) = in DestroyThreadSpecificCache()
122 Status s __attribute__((__unused__)) = DestroyArena(arena_index_); in ~JemallocNodumpAllocator()
Darena.h85 char inline_block_[kInlineSize] __attribute__((__aligned__(alignof(max_align_t))));
/rocksdb-6.9/third-party/folly/folly/
DCPortability.h12 #define FOLLY_EXPORT __attribute__((__visibility__("default")))
DPortability.h49 #define FOLLY_NODISCARD __attribute__((__warn_unused_result__))
/rocksdb-6.9/include/rocksdb/utilities/
Dutility_db.h24 __attribute__((deprecated))
/rocksdb-6.9/db/compaction/
Dcompaction_iterator.cc145 bool valid_key __attribute__((__unused__)); in Next()
334 SequenceNumber last_sequence __attribute__((__unused__)); in NextFromInput()
588 bool valid_key __attribute__((__unused__)); in NextFromInput()
/rocksdb-6.9/port/win/
Dio_win.cc205 BOOL ret __attribute__((__unused__)); in ~WinMmapReadableFile()
292 BOOL ret __attribute__((__unused__)); in MapNewRegion()
1032 __attribute__((__unused__)); in ~WinMemoryMappedBuffer()
1063 BOOL ret __attribute__((__unused__)); in ~WinFileLock()
Dwin_thread.cc145 __attribute__((__unused__)); in join()
/rocksdb-6.9/monitoring/
Dthread_status_updater_debug.cc23 auto iter __attribute__((__unused__)) = cf_info_map_.find(cfd); in TEST_VerifyColumnFamilyInfoMap()
Dstatistics.h21 #define ROCKSDB_FIELD_UNUSED __attribute__((__unused__))
/rocksdb-6.9/utilities/transactions/
Dwrite_unprepared_txn_db.h59 bool is_mem_disabled __attribute__((__unused__)), in Callback()
Dwrite_prepared_txn_db.h562 uint64_t erased __attribute__((__unused__));
861 bool is_mem_disabled __attribute__((__unused__)), in Callback()
925 bool is_mem_disabled __attribute__((__unused__)), in Callback()
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_metadata.cc66 bool ok __attribute__((__unused__)); in Remove()
/rocksdb-6.9/include/rocksdb/
Dsst_file_writer.h19 #define ROCKSDB_DEPRECATED_FUNC __attribute__((__deprecated__))

123