Search code examples
GoogleMock - Leaked mock objects due to cross-referencing mock classes...

c++memory-leaksshared-ptrgoogletestgooglemock

Read More
shared_ptr reference count changed after passed to a unique_ptr object...

c++shared-ptrsmart-pointersunique-ptr

Read More
What's the purpose of using pointer to std::shared_ptr in C++ library Gandiva...

c++c++11shared-ptrapache-arrow

Read More
Use of enable_shared_from_this with multiple inheritance...

c++c++11shared-ptrmultiple-inheritanceenable-shared-from-this

Read More
this pointer and QSharedPointer...

c++qtqt5shared-ptrqsharedpointer

Read More
Differences between unique_ptr and shared_ptr...

c++pointersc++11shared-ptrunique-ptr

Read More
_CrtIsValidHeapPointer(block) when using std::shared_ptr...

c++shared-ptr

Read More
shared_ptr use_count event once a certain value is reached...

c++memory-managementshared-ptr

Read More
Heap use after free when using shared pointers...

c++heap-memoryshared-ptraddress-sanitizer

Read More
Returning object with shared_ptr...

c++classshared-ptr

Read More
Avoiding null pointer crashes in C++ by overloading operators - bad practice?...

c++qtoperator-overloadingshared-ptrsmart-pointers

Read More
Get a vector of map keys without copying?...

c++optimizationcopycloneshared-ptr

Read More
How to detect cycles when using shared_ptr...

c++garbage-collectionshared-ptrreference-counting

Read More
Storing and using smart_ptr address...

c++shared-ptrsmart-pointers

Read More
Uniqueness of objects in shared pointers...

c++shared-ptr

Read More
How do I assign an object to passed nullptr?...

c++pointersscopeshared-ptr

Read More
How do I know who holds the shared_ptr<>?...

c++boostmemory-leaksshared-ptr

Read More
Downcasting to base type of vector of shared_ptr...

c++polymorphismshared-ptr

Read More
shared_from_this() crashes in specific case...

c++thisshared-ptr

Read More
c++ using range based to access the vector wrapped in a shared_ptr gives unexpected result...

c++vectorshared-ptr

Read More
shared_ptr CUDA cudaStream_t...

c++cudashared-ptr

Read More
Convert unsigned char* to std::shared_ptr<std::vector<unsigned char>>...

c++pointersshared-ptr

Read More
How does std::weak_ptr store its "use_count" information?...

c++countreferenceshared-ptrweak-ptr

Read More
how to cast void* to shared_ptr<mytype>...

c++pointerscastingshared-ptr

Read More
Capturing shared_ptr in lambda using std::move...

c++lambdashared-ptr

Read More
Passing a variable between callback and main...

c++classboostcallbackshared-ptr

Read More
Simplified shared_ptr implementation...

c++shared-ptrsmart-pointers

Read More
What mechanism ensures that std::shared_ptr control block is thread-safe?...

c++thread-safetyshared-ptrfreertos

Read More
Why is this shared_ptr throwing an assert when it goes out of scope?...

c++c++11shared-ptrglfw

Read More
std::shared_ptr and initializer lists...

c++c++11clangshared-ptrinitializer-list

Read More
BackNext