Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/mesa/src/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/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/main/coregrind/
Dm_poolalloc.c45 XArray* pools; member
70 pa->pools = NULL; in VG_()
74 pa->pools = VG_(newXA)( alloc, cc, free_fn, sizeof(void*) ); in VG_()
76 vg_assert(pa->pools); in VG_()
84 for (i = 0; i < VG_(sizeXA) (pa->pools); i++) in VG_()
85 pa->free (*(UWord **)VG_(indexXA) ( pa->pools, i )); in VG_()
86 VG_(deleteXA) (pa->pools); in VG_()
112 VG_(addToXA)( pa->pools, &pool ); in pal_add_new_pool()
/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/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/lzma/
Dhistory.txt139 It used Alloc/Free functions from different memory pools.
140 So if program used two memory pools, it worked incorrectly.
D7zC.txt84 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
/external/chromium_org/base/message_loop/
Dmessage_pump_mac.mm105 // A scoper for autorelease pools created from message pump run loops.
591 // NSRunLoop manages autorelease pools itself.
648 // NSApplication manages autorelease pools itself when run this way.
720 // released it releases all other pools that were created after it on the
/external/valgrind/main/
DAUTHORS32 interception machinery, support for client allocation pools, and minor
/external/chromium_org/content/browser/geolocation/
Dwifi_data_provider_corewlan_mac.mm71 // interfere with any other code using autorelease pools on the thread.
/external/chromium_org/third_party/icu/source/config/
Dmh-cygwin-msvc44 # /GF pools strings and places them into read-only memory
/external/icu/icu4c/source/config/
Dmh-cygwin-msvc44 # /GF pools strings and places them into read-only memory
/external/bluetooth/bluedroid/gki/common/
Dgki_buffer.c22 #error Number of pools out of range (16 Max)!
/external/libnfc-nci/src/gki/common/
Dgki_buffer.c22 #error Number of pools out of range (16 Max)!

12