Searched refs:allocated_ptr (Results 1 – 4 of 4) sorted by relevance
/third_party/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 854 Storage* allocated_ptr = this; variable 856 if (!allocated_ptr->GetIsAllocated()) swap(allocated_ptr, inlined_ptr); 858 StorageView allocated_storage_view{allocated_ptr->GetAllocatedData(), 859 allocated_ptr->GetSize(), 860 allocated_ptr->GetAllocatedCapacity()}; 867 inlined_ptr->GetAllocPtr(), allocated_ptr->GetInlinedData(), 871 allocated_ptr->SetAllocatedData(allocated_storage_view.data,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | inlined_vector.h | 925 Storage* allocated_ptr = this; variable 927 if (!allocated_ptr->GetIsAllocated()) swap(allocated_ptr, inlined_ptr); 929 StorageView allocated_storage_view{allocated_ptr->GetAllocatedData(), 930 allocated_ptr->GetSize(), 931 allocated_ptr->GetAllocatedCapacity()}; 938 inlined_ptr->GetAllocPtr(), allocated_ptr->GetInlinedData(), 942 allocated_ptr->SetAllocatedData(allocated_storage_view.data,
|
/third_party/gettext/gettext-tools/src/ |
D | format-c.c | 45 #define IF_OOM(allocated_ptr, statement) /* nothing, since we use xalloc.h */ argument
|
/third_party/node/src/ |
D | util.h | 384 T* allocated_ptr = was_allocated ? buf_ : nullptr; in AllocateSufficientStorage() local 385 buf_ = Realloc(allocated_ptr, storage); in AllocateSufficientStorage()
|