Home
last modified time | relevance | path

Searched refs:allocating (Results 1 – 25 of 258) sorted by relevance

1234567891011

/third_party/boost/boost/dll/detail/
Dctor_dtor.hpp47 allocating_t allocating; member
53 Class * call_allocating(Args...args){ return allocating(static_cast<Args>(args)...); } in call_allocating()
57 bool has_allocating() const { return allocating != nullptr; } in has_allocating()
63 bool is_empty() const { return (allocating == nullptr) && (standard == nullptr) ; } in is_empty()
68 explicit constructor(standard_t standard, allocating_t allocating = nullptr) in constructor()
70 , allocating(allocating) in constructor()
/third_party/grpc/src/core/lib/iomgr/
Dresource_quota.cc95 bool allocating; member
331 resource_user->allocating = false; in rq_alloc()
364 resource_user->allocating = false; in rq_alloc()
565 if (resource_user->allocating) { in ru_shutdown()
796 resource_user->allocating = false; in grpc_resource_user_create()
903 if (!resource_user->allocating) { in resource_user_alloc_locked()
904 resource_user->allocating = true; in resource_user_alloc_locked()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DREADME30 The TurboJPEG Java API always gives you the option of pre-allocating your own
34 pre-allocating the buffers is recommended.
/third_party/libjpeg-turbo/java/
DREADME30 The TurboJPEG Java API always gives you the option of pre-allocating your own
34 pre-allocating the buffers is recommended.
/third_party/e2fsprogs/tests/f_boundscheck/
Dexpect.118 Error allocating 256 contiguous block(s) in block group 1 for inode table: Could not allocate block…
Dexpect.218 Error allocating 256 contiguous block(s) in block group 1 for inode table: Could not allocate block…
/third_party/python/Doc/c-api/
Dmemory.rst98 All allocating functions belong to one of three different "domains" (see also
107 :c:func:`PyMem_RawMalloc` for allocating Python objects or the memory returned
108 by :c:func:`PyObject_Malloc` for allocating memory for buffers.
112 * Raw domain: intended for allocating memory for general-purpose memory
117 * "Mem" domain: intended for allocating memory for Python buffers and
121 * Object domain: intended for allocating memory belonging to Python objects. The
124 When freeing memory previously allocated by the allocating functions belonging to a
198 behavior when requesting zero bytes, are available for allocating and releasing
304 behavior when requesting zero bytes, are available for allocating and releasing
309 successfully casted to a Python object when intercepting the allocating
/third_party/pulseaudio/
Dtodo36 - add an API to libpulse for allocating memory from the pa_context memory pool
/third_party/mesa3d/docs/relnotes/
D19.1.4.rst113 - freedreno: Fix data races with allocating/freeing struct ir3.
137 - intel/fs: Stop stack allocating large arrays
D19.1.6.rst68 - wayland/egl: Ensure correct buffer size when allocating
D19.1.7.rst125 - radv: fix allocating number of user sgprs if streamout is used
D11.1.4.rst133 - st/glsl_to_tgsi: fix potential crash when allocating temporaries
/third_party/libuv/docs/src/
Dmigration_010_100.rst18 and the user is responsible for allocating the memory and then initializing the loop.
241 In addition, instead of allocating a full list strings, the user is able to get one
/third_party/gstreamer/gstreamer/docs/random/ensonic/
Dembedded.txt43 g_malloc/g_new should not be used when allocating space of a size that is
/third_party/ltp/testcases/kernel/numa/
DREADME50 Verifies the preferred node policy with THP memory allocating from the node we specify.
/third_party/boost/libs/system/doc/system/
Dchanges.adoc29 * A non-allocating, nonthrowing overload of `message` has been added.
/third_party/boost/libs/beast/doc/qbk/08_design/
D_design.qbk26 * Leave important decisions, such as allocating memory or
/third_party/openssl/doc/man3/
DX509_EXTENSION_set_object.pod41 written to B<*ex> reusing or allocating a new extension if necessary so B<*ex>
/third_party/boost/libs/outcome/doc/src/content/history/
D_index.md24 Non-allocating future-promise implementation dropped: crit, done, 2016-05,2d
40 Boost.Expected reference library as a git submodule, and began developing a non-allocating
62 shed features, with the non-allocating future-promise implementation being dropped in May
/third_party/boost/libs/core/doc/
Ddemangle.qbk90 allocating a temporary string with the complete demangled name is significant overhead.
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/puff/
DREADME54 to do the actual inflation after allocating the appropriate memory. Not
/third_party/zlib/contrib/puff/
DREADME54 to do the actual inflation after allocating the appropriate memory. Not
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/puff/
DREADME54 to do the actual inflation after allocating the appropriate memory. Not
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_occlusion_query_pool.mm6 // mtl_occlusion_query_pool: A visibility pool for allocating visibility query within
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstARM32.def19 // NOTE: PC and SP are not considered isInt, to avoid register allocating.

1234567891011