Home
last modified time | relevance | path

Searched refs:deallocation (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/grpc/src/objective-c/GRPCClient/
DGRPCInterceptor.m229 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
236 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
243 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
250 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
257 // retain this interceptor until the method exit to prevent deallocation of the interceptor within
265 // retain this interceptor until the method exit to prevent deallocation of the interceptor
274 // retain this interceptor until the method exit to prevent deallocation of the interceptor
284 // retain this interceptor until the method exit to prevent deallocation of the interceptor
293 // retain this interceptor until the method exit to prevent deallocation of the interceptor
/third_party/grpc/src/objective-c/GRPCClient/private/
DGRPCTransport+Private.m66 // retain the transport instance until the method exit to prevent deallocation of the transport
73 // retain the transport instance until the method exit to prevent deallocation of the transport
80 // retain the transport instance until the method exit to prevent deallocation of the transport
87 // retain the transport instance until the method exit to prevent deallocation of the transport
94 // retain the transport instance until the method exit to prevent deallocation of the transport
/third_party/boost/libs/context/src/asm/
Djump_i386_ms_pe_masm.asm45 ; load current deallocation stack
86 ; restore current deallocation stack
Dontop_i386_ms_pe_masm.asm45 ; load current deallocation stack
98 ; restore current deallocation stack
Dontop_x86_64_ms_pe_masm.asm116 ; save current deallocation stack
166 ; restore current deallocation stack
Djump_x86_64_ms_pe_masm.asm116 ; save current deallocation stack
166 ; restore current deallocation stack
/third_party/boost/libs/core/doc/
Dnull_deleter.qbk20 deleter doesn't do anything with the pointer provided upon deallocation, which makes it useful
/third_party/boost/libs/pool/doc/
Dindex.idx25 deallocation
Dpool.qbk105 Pools are generally used when there is a lot of allocation and deallocation of small objects.
669 memory allocation/deallocation algorithm.
700 Memory deallocation may be as simple as adding that chunk
703 which makes deallocation O(N).
711 or if allocation and deallocation of the same-sized objects happens repeatedly.
1112 Pools are generally used when there is a lot of allocation and deallocation of small objects.
/third_party/python/Doc/c-api/
Drefcounting.rst72 If the reference count reaches zero, the object's type's deallocation
83 The deallocation function can cause arbitrary Python code to be invoked (e.g.
/third_party/boost/libs/any/test/
Dtest.hpp159 void deallocation() in deallocation() function in any_tests::allocations
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/delphi/
Dreadme.txt27 - The allocation and deallocation functions and function types
/third_party/ltp/testscripts/
DReadme_ROBind50 File system stress - inode allocation/deallocation.
/third_party/unity/extras/memory/
Dreadme.md10 the allocation and deallocation of memory. When it is not symmetric, unit testing
/third_party/zlib/contrib/delphi/
Dreadme.txt27 - The allocation and deallocation functions and function types
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/delphi/
Dreadme.txt27 - The allocation and deallocation functions and function types
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dtechniques.adoc149 A key property of `shared_ptr` is that the allocation, construction, deallocation, and destruction …
672 ## Delayed deallocation
674 In some situations, a single `px.reset()` can trigger an expensive deallocation in a performance-cr…
692 The solution is to postpone the potential deallocation by moving `px` to a dedicated free list that…
/third_party/boost/libs/asio/doc/overview/
Dallocation.qbk70 The implementation guarantees that the deallocation will occur before the
/third_party/ltp/testcases/kernel/fs/fs_inod/
Dfs_inod_readme.txt25 FUNCTIONALITY: File system stress - inode allocation/deallocation
/third_party/protobuf/objectivec/
DGPBRootObject.m73 // to worry about deallocation. All of the items are added to it at
/third_party/mesa3d/docs/relnotes/
D17.3.4.rst75 - radv: Fix bufimage failure deallocation.
/third_party/freetype/docs/
DDEBUG198 deallocation in case of a problem. It uses large amounts of
/third_party/boost/libs/graph/doc/
Dminimum_degree_ordering.w239 intertwined with one another. No allocation/deallocation happens in
/third_party/libwebsockets/lib/misc/threadpool/
DREADME.md164 wsi lifecycle controls deallocation. This reflects the fact that the task
/third_party/python/Doc/extending/
Dnewtypes_tutorial.rst263 allocation and deallocation. At a minimum, we need a deallocation method::
429 * when we know that deallocation of the object [#]_ will neither release

1234