Searched refs:allocating (Results 1 – 25 of 258) sorted by relevance
1234567891011
/third_party/boost/boost/dll/detail/ |
D | ctor_dtor.hpp | 47 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/ |
D | resource_quota.cc | 95 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/ |
D | README | 30 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/ |
D | README | 30 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/ |
D | expect.1 | 18 Error allocating 256 contiguous block(s) in block group 1 for inode table: Could not allocate block…
|
D | expect.2 | 18 Error allocating 256 contiguous block(s) in block group 1 for inode table: Could not allocate block…
|
/third_party/python/Doc/c-api/ |
D | memory.rst | 98 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/ |
D | todo | 36 - add an API to libpulse for allocating memory from the pa_context memory pool
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.4.rst | 113 - freedreno: Fix data races with allocating/freeing struct ir3. 137 - intel/fs: Stop stack allocating large arrays
|
D | 19.1.6.rst | 68 - wayland/egl: Ensure correct buffer size when allocating
|
D | 19.1.7.rst | 125 - radv: fix allocating number of user sgprs if streamout is used
|
D | 11.1.4.rst | 133 - st/glsl_to_tgsi: fix potential crash when allocating temporaries
|
/third_party/libuv/docs/src/ |
D | migration_010_100.rst | 18 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/ |
D | embedded.txt | 43 g_malloc/g_new should not be used when allocating space of a size that is
|
/third_party/ltp/testcases/kernel/numa/ |
D | README | 50 Verifies the preferred node policy with THP memory allocating from the node we specify.
|
/third_party/boost/libs/system/doc/system/ |
D | changes.adoc | 29 * A non-allocating, nonthrowing overload of `message` has been added.
|
/third_party/boost/libs/beast/doc/qbk/08_design/ |
D | _design.qbk | 26 * Leave important decisions, such as allocating memory or
|
/third_party/openssl/doc/man3/ |
D | X509_EXTENSION_set_object.pod | 41 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.md | 24 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/ |
D | demangle.qbk | 90 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/ |
D | README | 54 to do the actual inflation after allocating the appropriate memory. Not
|
/third_party/zlib/contrib/puff/ |
D | README | 54 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/ |
D | README | 54 to do the actual inflation after allocating the appropriate memory. Not
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_occlusion_query_pool.mm | 6 // mtl_occlusion_query_pool: A visibility pool for allocating visibility query within
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.def | 19 // NOTE: PC and SP are not considered isInt, to avoid register allocating.
|
1234567891011