Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_pools.c50 if(vws->pools.gmr_fenced) in vmw_pools_cleanup()
51 vws->pools.gmr_fenced->destroy(vws->pools.gmr_fenced); in vmw_pools_cleanup()
52 if (vws->pools.query_fenced) in vmw_pools_cleanup()
53 vws->pools.query_fenced->destroy(vws->pools.query_fenced); in vmw_pools_cleanup()
57 if (vws->pools.gmr_slab_fenced) in vmw_pools_cleanup()
58 vws->pools.gmr_slab_fenced->destroy(vws->pools.gmr_slab_fenced); in vmw_pools_cleanup()
60 if(vws->pools.gmr) in vmw_pools_cleanup()
61 vws->pools.gmr->destroy(vws->pools.gmr); in vmw_pools_cleanup()
62 if(vws->pools.query) in vmw_pools_cleanup()
63 vws->pools.query->destroy(vws->pools.query); in vmw_pools_cleanup()
[all …]
Dvmw_screen_svga.c68 if (vws->pools.query_fenced == NULL && !vmw_query_pools_init(vws)) in vmw_svga_winsys_buffer_create()
70 provider = vws->pools.query_fenced; in vmw_svga_winsys_buffer_create()
72 provider = vws->pools.gmr_fenced; in vmw_svga_winsys_buffer_create()
77 if(!buffer && provider == vws->pools.gmr_fenced) { in vmw_svga_winsys_buffer_create()
80 provider = vws->pools.gmr_slab_fenced; in vmw_svga_winsys_buffer_create()
Dvmw_screen.h78 } pools; member
/external/valgrind/coregrind/
Dm_poolalloc.c45 XArray* pools; member
69 pa->pools = NULL; in VG_()
73 pa->pools = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(void*) ); in VG_()
83 for (i = 0; i < VG_(sizeXA) (pa->pools); i++) in VG_()
84 pa->free_fn (*(UWord **)VG_(indexXA) ( pa->pools, i )); in VG_()
85 VG_(deleteXA) (pa->pools); in VG_()
110 VG_(addToXA)( pa->pools, &pool ); in pal_add_new_pool()
116 return pa->nPerPool * VG_(sizeXA) (pa->pools); in VG_()
Dm_deduppoolalloc.c51 XArray *pools; member
104 ddpa->pools = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(void*) ); in VG_()
125 for (i = 0; i < VG_(sizeXA) (ddpa->pools); i++) in VG_()
126 ddpa->free_fn (*(UWord **)VG_(indexXA) ( ddpa->pools, i )); in VG_()
127 VG_(deleteXA) (ddpa->pools); in VG_()
163 VG_(dropHeadXA) (ddpa->pools, 1); in ddpa_add_new_pool_or_grow()
168 VG_(addToXA)( ddpa->pools, &ddpa->curpool); in ddpa_add_new_pool_or_grow()
176 VG_(addToXA)( ddpa->pools, &ddpa->curpool ); in ddpa_add_new_pool_or_grow()
209 VG_(sizeXA)(ddpa->pools), in print_stats()
228 vg_assert (!ddpa->fixedSzb || VG_(sizeXA) (ddpa->pools) == 1); in VG_()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontoken.c115 factory->pools = NULL; in antlr3TokenFactoryNew()
165 factory->pools = (pANTLR3_COMMON_TOKEN *) in newPool()
166 ANTLR3_REALLOC( (void *)factory->pools, /* Current pools pointer (starts at NULL) */ in newPool()
172 factory->pools[factory->thisPool] = in newPool()
208 token = factory->pools[factory->thisPool] + factory->nextToken; in newPoolToken()
256 pool = factory->pools[poolCount]; in factoryClose()
288 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose()
289 factory->pools[poolCount] = NULL; in factoryClose()
295 ANTLR3_FREE(factory->pools); in factoryClose()
Dantlr3commontree.c105 factory->pools = NULL; in antlr3ArboretumNew()
132 factory->pools = (pANTLR3_COMMON_TREE *) in newPool()
133 ANTLR3_REALLOC( (void *)factory->pools, // Current pools pointer (starts at NULL) in newPool()
139 factory->pools[factory->thisPool] = in newPool()
185 tree = factory->pools[factory->thisPool] + factory->nextTree; in newPoolTree()
273 ANTLR3_FREE(factory->pools[poolCount]); in factoryClose()
274 factory->pools[poolCount] = NULL; in factoryClose()
280 ANTLR3_FREE(factory->pools); in factoryClose()
Dantlr3collections.c1450 factory->pools = NULL; in antlr3VectorFactoryNew()
1503 factory->pools = (pANTLR3_VECTOR *) in newPool()
1504 ANTLR3_REALLOC( (void *)factory->pools, /* Current pools pointer (starts at NULL) */ in newPool()
1510 factory->pools[factory->thisPool] = in newPool()
1546 pool = factory->pools[poolCount]; in closeVectorFactory()
1588 pool = factory->pools[poolCount]; in closeVectorFactory()
1622 ANTLR3_FREE(factory->pools[poolCount]); in closeVectorFactory()
1623 factory->pools[poolCount] = NULL; in closeVectorFactory()
1629 ANTLR3_FREE(factory->pools); in closeVectorFactory()
1670 vector = factory->pools[factory->thisPool] + factory->nextVector; in newVector()
/external/llvm/test/MC/ARM/
Dltorg.s98 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
124 @ should not have a constant pool at end of section with empty constant pools
137 @ should not have a constant pool at end of section with empty constant pools
Dltorg-darwin.s106 @ check that use of ltorg does not prevent dumping non-empty constant pools at end of section
135 @ should not have a constant pool at end of section with empty constant pools
150 @ should not have a constant pool at end of section with empty constant pools
/external/autotest/site_utils/
Dcollect_host_stats.py105 pools = ['bvt', 'suites', 'cq']
125 for pool in pools:
Dlab_inventory_unittest.py478 pools = (self._CRITICAL_POOL, self._SPARE_POOL)
480 for i in range(0, len(pools)):
484 pools[i],
810 def _create_histories(self, pools, board_data): argument
833 for pool in pools:
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontree.h116 pANTLR3_COMMON_TREE *pools; member
Dantlr3commontoken.h319 pANTLR3_COMMON_TOKEN *pools; member
Dantlr3collections.h289 pANTLR3_VECTOR *pools; member
/external/autotest/scheduler/
Drdb_hosts.py225 'pools': self.pools,
294 def pools(self): member in RDBClientHostWrapper
/external/lzma/DOC/
Dlzma-history.txt174 It used Alloc/Free functions from different memory pools.
175 So if program used two memory pools, it worked incorrectly.
D7zC.txt82 7z Decoder uses two memory pools:
/external/vixl/doc/
Dgetting-started.md174 constants embedded in the code. VIXL will emit literal pools after natural
178 Literal pools are emitted regularly, such that they are within range of the
Dchangelog.md29 + Improved handling of literal pools.
/external/libchrome/base/message_loop/
Dmessage_pump_mac.mm105 // A scoper for autorelease pools created from message pump run loops.
596 // NSRunLoop manages autorelease pools itself.
653 // NSApplication manages autorelease pools itself when run this way.
725 // released it releases all other pools that were created after it on the
/external/valgrind/
DAUTHORS32 interception machinery, support for client allocation pools, and minor
/external/autotest/server/hosts/
Dcros_host.py1155 pools = server_utils.get_labels_from_afe(self.hostname, 'pool:',
1160 return (pools and pools_support_firmware_repair and
1161 set(pools).intersection(set(pools_support_firmware_repair)))
/external/icu/icu4c/source/config/
Dmh-msys-msvc49 # -GF pools strings and places them into read-only memory
Dmh-cygwin-msvc44 # /GF pools strings and places them into read-only memory

12