Home
last modified time | relevance | path

Searched refs:nodeSize (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
Dcso_hash.c84 int nodeSize; member
99 return MALLOC(hash->nodeSize); in cso_data_allocate_node()
253 hash->data.d->nodeSize = sizeof(struct cso_node); in cso_hash_create()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c84 int nodeSize; member
99 return MALLOC(hash->nodeSize); in cso_data_allocate_node()
253 hash->data.d->nodeSize = sizeof(struct cso_node); in cso_hash_create()
/external/valgrind/main/coregrind/
Dm_oset.c431 Int nodeSize = sizeof(AvlNode) + elemSize; in VG_() local
437 n = t->alloc( t->cc, nodeSize ); in VG_()
439 VG_(memset)(n, 0, nodeSize); in VG_()