Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c77 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()
Dpb_slab.h126 struct list_head reclaim; member
/external/clang/test/CodeGenObjC/
Darc-with-atthrow.m10 // TODO: We should probably emit this specific pattern without the reclaim.
Darc.m1331 // Verify that we don't try to reclaim the result of performSelector.
/external/mksh/src/
Dmain.c50 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/
Dmaster_service.proto67 // to reclaim resources associated with the session. The master may
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h1000 void reclaim(const void *Memory) { in reclaim() function
1108 Mgr.reclaim(this); in Release()
/external/deqp/doc/testspecs/GLES2/
Dfunctional.lifetime.txt57 implementation may reclaim and later reallocate memory that is still
/external/deqp/doc/testspecs/GLES3/
Dfunctional.lifetime.txt63 implementation may reclaim and later reallocate memory that is still
/external/llvm/docs/
DLexicon.rst103 explicit memory management to reclaim unused memory.
/external/swiftshader/third_party/subzero/docs/
DALLOCATION.rst79 thread wants to destroy the Cfg and reclaim all its memory after translation
/external/python/cpython2/Doc/library/
Dweakref.rst44 can reclaim the object, and its corresponding entries in weak mappings are
/external/syslinux/gpxe/src/drivers/net/
Dhfa384x.h2852 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/
Dweakref.rst45 can reclaim the object, and its corresponding entries in weak mappings are
/external/syslinux/core/lwip/doc/
Drawapi.txt131 reclaim the memory needed for the original connection and allocate a
/external/webp/
DREADME611 // WebPPictureFree(&pic) to reclaim memory.
/external/python/cpython2/Doc/extending/
Dextending.rst849 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
Dnewtypes.rst967 reduced to zero and the Python interpreter wants to reclaim it. If your type
/external/python/cpython3/Doc/extending/
Dextending.rst880 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.
Dnewtypes.rst940 reduced to zero and the Python interpreter wants to reclaim it. If your type
/external/syslinux/core/lwip/
DCHANGELOG1115 * pbuf.c: reclaim pbufs from TCP out-of-sequence segments if we run
/external/valgrind/
DNEWS2370 282105 generalise 'reclaimSuperBlock' to also reclaim splittable superblock
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/brotli/tests/testdata/
Dplrabn12.txt5410 They, hardened more by what might most reclaim,
/external/python/cpython3/Misc/
DHISTORY4738 initialization, so as to reclaim allocated resources (Python callbacks)