/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() 187 list_addtail(&entry->head, &slabs->reclaim); in pb_slab_free() 237 list_inithead(&slabs->reclaim); in pb_slabs_init() 267 while (!list_is_empty(&slabs->reclaim)) { in pb_slabs_deinit() 269 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head); in pb_slabs_deinit()
|
D | pb_slab.h | 129 struct list_head reclaim; member
|
/third_party/musl/porting/liteos_a/user/src/malloc/ |
D | malloc.c | 444 int reclaim=0; in __bin_chunk() local 470 reclaim = 1; in __bin_chunk() 477 reclaim = 1; in __bin_chunk() 495 if (reclaim) { in __bin_chunk()
|
/third_party/musl/src/malloc/ |
D | malloc.c | 447 int reclaim=0; in __bin_chunk() local 473 reclaim = 1; in __bin_chunk() 480 reclaim = 1; in __bin_chunk() 498 if (reclaim) { in __bin_chunk()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
D | malloc.c | 500 int reclaim=0; in __bin_chunk() local 529 reclaim = 1; in __bin_chunk() 536 reclaim = 1; in __bin_chunk() 557 if (reclaim) { in __bin_chunk()
|
/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 | 175 * single-step sequence of feed-fetch-commit-reclaim. 623 * by the producer to reclaim the reader fails because of more data pending 805 * As long as the lower layer calls reclaim at least once, (resetting the 828 int reclaimed = 1; /* Have to call reclaim at least once before 854 /* Choose randomly between reclaim and feed */ 903 /* Randomly switch to consumption mode if reclaim
|
/third_party/musl/porting/linux/user/src/malloc/ |
D | malloc.c | 1040 int reclaim=0; in __bin_chunk() local 1066 reclaim = 1; in __bin_chunk() 1073 reclaim = 1; in __bin_chunk() 1101 if (reclaim) { in __bin_chunk()
|
/third_party/boost/libs/core/doc/ |
D | demangle.qbk | 94 must be passed to `boost::core::demangle_free` to reclaim resources. Note that on some platforms
|
/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/openGLES/extensions/PGI/ |
D | PGI_misc_hints.txt | 161 The hint indicates that the application should reclaim unused
|
/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/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 537 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function 554 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps() 555 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 537 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function 554 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps() 555 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
|
/third_party/musl/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/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/EGL/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/boost/boost/unordered/detail/ |
D | implementation.hpp | 1961 void reclaim(node_pointer p) in reclaim() function 2516 constructor_.reclaim(pop_node()); in copy_of() 2528 constructor_.reclaim(pop_node()); in move_copy_of() 3999 a.reclaim(b.release()); in insert_range_unique()
|
/third_party/python/Doc/library/ |
D | weakref.rst | 45 can reclaim the object, and its corresponding entries in weak mappings are
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1174 static void reclaim(struct dso *dso, size_t start, size_t end) in reclaim() function 1191 reclaim(dso, ph->p_vaddr & -PAGE_SIZE, ph->p_vaddr); in reclaim_gaps() 1192 reclaim(dso, ph->p_vaddr+ph->p_memsz, in reclaim_gaps()
|
/third_party/python/Doc/extending/ |
D | newtypes.rst | 67 reduced to zero and the Python interpreter wants to reclaim it. If your type
|