Searched refs:deallocation (Results 1 – 25 of 95) sorted by relevance
1234
229 // retain this interceptor until the method exit to prevent deallocation of the interceptor within236 // retain this interceptor until the method exit to prevent deallocation of the interceptor within243 // retain this interceptor until the method exit to prevent deallocation of the interceptor within250 // retain this interceptor until the method exit to prevent deallocation of the interceptor within257 // retain this interceptor until the method exit to prevent deallocation of the interceptor within265 // retain this interceptor until the method exit to prevent deallocation of the interceptor274 // retain this interceptor until the method exit to prevent deallocation of the interceptor284 // retain this interceptor until the method exit to prevent deallocation of the interceptor293 // retain this interceptor until the method exit to prevent deallocation of the interceptor
66 // retain the transport instance until the method exit to prevent deallocation of the transport73 // retain the transport instance until the method exit to prevent deallocation of the transport80 // retain the transport instance until the method exit to prevent deallocation of the transport87 // retain the transport instance until the method exit to prevent deallocation of the transport94 // retain the transport instance until the method exit to prevent deallocation of the transport
45 ; load current deallocation stack86 ; restore current deallocation stack
45 ; load current deallocation stack98 ; restore current deallocation stack
116 ; save current deallocation stack166 ; restore current deallocation stack
20 deleter doesn't do anything with the pointer provided upon deallocation, which makes it useful
25 deallocation
105 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 chunk703 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.
72 If the reference count reaches zero, the object's type's deallocation83 The deallocation function can cause arbitrary Python code to be invoked (e.g.
159 void deallocation() in deallocation() function in any_tests::allocations
27 - The allocation and deallocation functions and function types
50 File system stress - inode allocation/deallocation.
10 the allocation and deallocation of memory. When it is not symmetric, unit testing
149 A key property of `shared_ptr` is that the allocation, construction, deallocation, and destruction …672 ## Delayed deallocation674 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…
70 The implementation guarantees that the deallocation will occur before the
25 FUNCTIONALITY: File system stress - inode allocation/deallocation
73 // to worry about deallocation. All of the items are added to it at
75 - radv: Fix bufimage failure deallocation.
198 deallocation in case of a problem. It uses large amounts of
239 intertwined with one another. No allocation/deallocation happens in
164 wsi lifecycle controls deallocation. This reflects the fact that the task
263 allocation and deallocation. At a minimum, we need a deallocation method::429 * when we know that deallocation of the object [#]_ will neither release