/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.c | 81 LIST_FOR_EACH_ENTRY_SAFE(entry, next, &slabs->reclaim, head) { in pb_slabs_reclaim_locked() 102 LIST_FOR_EACH_ENTRY_SAFE(entry, next, &slabs->reclaim, head) { in pb_slabs_reclaim_all_locked() 208 list_addtail(&entry->head, &slabs->reclaim); in pb_slab_free() 258 list_inithead(&slabs->reclaim); in pb_slabs_init() 288 while (!list_is_empty(&slabs->reclaim)) { in pb_slabs_deinit() 290 list_entry(slabs->reclaim.next, struct pb_slab_entry, head); in pb_slabs_deinit()
|
D | pb_slab.h | 129 struct list_head reclaim; member
|
/third_party/curl/docs/libcurl/ |
D | curl_free.md | 14 curl_free - reclaim memory that has been obtained through a libcurl call
|
/third_party/mksh/ |
D | main.c | 55 static void reclaim(void); 976 reclaim(); in shell() 1107 reclaim(); in quitenv() 1129 reclaim(); in quitenv() 1182 reclaim(void) in reclaim() function
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_mps.function | 182 * single-step sequence of feed-fetch-commit-reclaim. 634 * by the producer to reclaim the reader fails because of more data pending 819 * As long as the lower layer calls reclaim at least once, (resetting the 842 int reclaimed = 1; /* Have to call reclaim at least once before 865 /* Choose randomly between reclaim and feed */ 907 /* Randomly switch to consumption mode if reclaim
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.5.rst | 113 - aux/pb: add a tolerance for reclaim failure
|
/third_party/openssl/crypto/ |
D | README-sparse_array.md | 115 NULL. The data structure does not attempt to reclaim nodes or reduce the
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | README-sparse_array.md | 115 NULL. The data structure does not attempt to reclaim nodes or reduce the
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 57 implementation may reclaim and later reallocate memory that is still
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 63 implementation may reclaim and later reallocate memory that is still
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_rpc.js | 22 this.reclaim = function () { method
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 79 thread wants to destroy the Cfg and reclaim all its memory after translation
|
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/ |
D | PGI_misc_hints.txt | 161 The hint indicates that the application should reclaim unused
|
/third_party/openGLES/extensions/PGI/ |
D | PGI_misc_hints.txt | 161 The hint indicates that the application should reclaim unused
|
/third_party/lwip/ |
D | 0075-adapt-read-write-for-rtc-mode.patch | 105 * Attempt to reclaim some memory from queued out-of-sequence TCP segments
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_reset.txt | 196 invalidate and reclaim frames pending in the stream. This is only
|
/third_party/libuv/docs/src/guide/ |
D | basics.rst | 102 reclaim memory. Production grade projects, especially long running systems
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_reset.txt | 196 invalidate and reclaim frames pending in the stream. This is only
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 539 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function 556 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps() 557 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 539 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function 556 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps() 557 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
|
/third_party/musl/ldso/ |
D | dynlink.c | 543 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function 560 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps() 561 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_KHR_fragment_shading_rate.adoc | 16 …d results in unnecessary work being performed, and it would be useful to reclaim some of that perf…
|
/third_party/python/Doc/library/ |
D | weakref.rst | 45 can reclaim the object, and its corresponding entries in weak mappings are
|
/third_party/python/Doc/extending/ |
D | newtypes.rst | 67 reduced to zero and the Python interpreter wants to reclaim it. If your type
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 1244 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function 1261 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps() 1262 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
|