/external/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 76 struct AllocList { struct 100 AllocList *next[kMaxLevel]; argument 144 size_t max_fit = (size - offsetof(AllocList, next)) / sizeof(AllocList *); in LLA_SkiplistLevels() 156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() 157 AllocList *e, AllocList **prev) { in LLA_SkiplistSearch() 158 AllocList *p = head; in LLA_SkiplistSearch() 160 for (AllocList *n; (n = p->next[level]) != nullptr && n < e; p = n) { in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 171 AllocList **prev) { in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 76 struct AllocList { struct 100 AllocList *next[kMaxLevel]; argument 144 size_t max_fit = (size - offsetof(AllocList, next)) / sizeof(AllocList *); in LLA_SkiplistLevels() 156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() 157 AllocList *e, AllocList **prev) { in LLA_SkiplistSearch() 158 AllocList *p = head; in LLA_SkiplistSearch() 160 for (AllocList *n; (n = p->next[level]) != nullptr && n < e; p = n) { in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 171 AllocList **prev) { in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete() [all …]
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | low_level_alloc.cc | 76 struct AllocList { struct 100 AllocList *next[kMaxLevel]; argument 144 size_t max_fit = (size - offsetof(AllocList, next)) / sizeof(AllocList *); in LLA_SkiplistLevels() 156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() 157 AllocList *e, AllocList **prev) { in LLA_SkiplistSearch() 158 AllocList *p = head; in LLA_SkiplistSearch() 160 for (AllocList *n; (n = p->next[level]) != nullptr && n < e; p = n) { in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 171 AllocList **prev) { in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete() [all …]
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 76 struct AllocList { struct 100 AllocList *next[kMaxLevel]; argument 144 size_t max_fit = (size - offsetof(AllocList, next)) / sizeof(AllocList *); in LLA_SkiplistLevels() 156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() 157 AllocList *e, AllocList **prev) { in LLA_SkiplistSearch() 158 AllocList *p = head; in LLA_SkiplistSearch() 160 for (AllocList *n; (n = p->next[level]) != nullptr && n < e; p = n) { in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 171 AllocList **prev) { in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete() [all …]
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 76 struct AllocList { struct 100 AllocList *next[kMaxLevel]; argument 144 size_t max_fit = (size - offsetof(AllocList, next)) / sizeof(AllocList *); in LLA_SkiplistLevels() 156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() 157 AllocList *e, AllocList **prev) { in LLA_SkiplistSearch() 158 AllocList *p = head; in LLA_SkiplistSearch() 160 for (AllocList *n; (n = p->next[level]) != nullptr && n < e; p = n) { in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 171 AllocList **prev) { in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | low_level_alloc.cc | 76 struct AllocList { struct 100 AllocList *next[kMaxLevel]; argument 144 size_t max_fit = (size - offsetof(AllocList, next)) / sizeof(AllocList *); in LLA_SkiplistLevels() 156 static AllocList *LLA_SkiplistSearch(AllocList *head, in LLA_SkiplistSearch() 157 AllocList *e, AllocList **prev) { in LLA_SkiplistSearch() 158 AllocList *p = head; in LLA_SkiplistSearch() 160 for (AllocList *n; (n = p->next[level]) != nullptr && n < e; p = n) { in LLA_SkiplistSearch() 170 static void LLA_SkiplistInsert(AllocList *head, AllocList *e, in LLA_SkiplistInsert() 171 AllocList **prev) { in LLA_SkiplistInsert() 185 static void LLA_SkiplistDelete(AllocList *head, AllocList *e, in LLA_SkiplistDelete() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | NoMallocCheck.h | 30 AllocList(Options.get("Allocations", "::malloc;::calloc")), in NoMallocCheck() 50 const std::string AllocList;
|
D | NoMallocCheck.cpp | 34 Options.store(Opts, "Allocations", AllocList); in storeOptions() 41 Finder->addMatcher(callExpr(callee(functionDecl(hasAnyListedName(AllocList)))) in registerMatchers()
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_memory_manager.cc | 56 using AllocList = std::list<Alloc>; typedef in tensorflow::XRTMemoryManager::DeviceContext 109 std::vector<AllocList::iterator> swapped; in CompactAllocations() 183 AllocList allocs_; 184 std::unordered_map<int64, AllocList::iterator> alloc_map_;
|
/external/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 2303 <!-- AllocList*[30] --> 2308 <!-- low_level_alloc_internal::AllocList* --> 2312 <!-- struct low_level_alloc_internal::AllocList --> 2313 …<class-decl name='AllocList' size-in-bits='2240' is-struct='yes' visibility='default' filepath='sr… 2315 <!-- struct low_level_alloc_internal::AllocList::Header --> 2318 <!-- intptr_t low_level_alloc_internal::AllocList::Header::size --> 2322 <!-- intptr_t low_level_alloc_internal::AllocList::Header::magic --> 2326 <!-- LowLevelAlloc::Arena* low_level_alloc_internal::AllocList::Header::arena --> 2330 <!-- void* low_level_alloc_internal::AllocList::Header::dummy_for_alignment --> 2336 … <!-- low_level_alloc_internal::AllocList::Header low_level_alloc_internal::AllocList::header --> [all …]
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 1273 …<class-decl name='AllocList' size-in-bits='2240' is-struct='yes' visibility='default' filepath='sr…
|