/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.c | 77 while (!LIST_IS_EMPTY(&slabs->reclaim)) { in pb_slabs_reclaim_locked() 79 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head); in pb_slabs_reclaim_locked() 166 LIST_ADDTAIL(&entry->head, &slabs->reclaim); in pb_slab_free() 215 LIST_INITHEAD(&slabs->reclaim); in pb_slabs_init() 244 while (!LIST_IS_EMPTY(&slabs->reclaim)) { in pb_slabs_deinit() 246 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head); in pb_slabs_deinit()
|
D | pb_slab.h | 126 struct list_head reclaim; member
|
/external/clang/test/CodeGenObjC/ |
D | arc-with-atthrow.m | 10 // TODO: We should probably emit this specific pattern without the reclaim.
|
D | arc.m | 1331 // Verify that we don't try to reclaim the result of performSelector.
|
/external/mksh/src/ |
D | main.c | 50 static void reclaim(void); 916 reclaim(); in shell() 1059 reclaim(); in quitenv() 1081 reclaim(); in quitenv() 1134 reclaim(void) in reclaim() function
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master_service.proto | 67 // to reclaim resources associated with the session. The master may
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 1000 void reclaim(const void *Memory) { in reclaim() function 1108 Mgr.reclaim(this); in Release()
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 57 implementation may reclaim and later reallocate memory that is still
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 63 implementation may reclaim and later reallocate memory that is still
|
/external/llvm/docs/ |
D | Lexicon.rst | 103 explicit memory management to reclaim unused memory.
|
/external/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 79 thread wants to destroy the Cfg and reclaim all its memory after translation
|
/external/python/cpython2/Doc/library/ |
D | weakref.rst | 44 can reclaim the object, and its corresponding entries in weak mappings are
|
/external/syslinux/gpxe/src/drivers/net/ |
D | hfa384x.h | 2852 hfa384x_cmd_transmit(hfa384x_t *hw, UINT16 reclaim, UINT16 qos, UINT16 fid); 2856 hfa384x_cmd_notify(hfa384x_t *hw, UINT16 reclaim, UINT16 fid, void *buf, UINT16 len);
|
/external/python/cpython3/Doc/library/ |
D | weakref.rst | 45 can reclaim the object, and its corresponding entries in weak mappings are
|
/external/syslinux/core/lwip/doc/ |
D | rawapi.txt | 131 reclaim the memory needed for the original connection and allocate a
|
/external/webp/ |
D | README | 611 // WebPPictureFree(&pic) to reclaim memory.
|
/external/python/cpython2/Doc/extending/ |
D | extending.rst | 849 reclaim the memory belonging to any objects in a reference cycle, or referenced 853 The cycle detector is able to detect garbage cycles and can reclaim them so long
|
D | newtypes.rst | 967 reduced to zero and the Python interpreter wants to reclaim it. If your type
|
/external/python/cpython3/Doc/extending/ |
D | extending.rst | 880 reclaim the memory belonging to any objects in a reference cycle, or referenced 884 The cycle detector is able to detect garbage cycles and can reclaim them.
|
D | newtypes.rst | 940 reduced to zero and the Python interpreter wants to reclaim it. If your type
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 1115 * pbuf.c: reclaim pbufs from TCP out-of-sequence segments if we run
|
/external/valgrind/ |
D | NEWS | 2370 282105 generalise 'reclaimSuperBlock' to also reclaim splittable superblock
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/brotli/tests/testdata/ |
D | plrabn12.txt | 5410 They, hardened more by what might most reclaim,
|
/external/python/cpython3/Misc/ |
D | HISTORY | 4738 initialization, so as to reclaim allocated resources (Python callbacks)
|