Searched refs:nodeSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c84 int nodeSize; member in struct:cso_hash_data
99 return MALLOC(hash->nodeSize);
253 hash->data.d->nodeSize = sizeof(struct cso_node);
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.c84 int nodeSize; member in struct:cso_hash_data
99 return MALLOC(hash->nodeSize);
253 hash->data.d->nodeSize = sizeof(struct cso_node);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DJSHeapSnapshot.js412 var nodeSize = nodes[nodeIndex + nodeSizeOffset];
414 sizeNative += nodeSize;
416 sizeCode += nodeSize;
418 sizeStrings += nodeSize;
/external/valgrind/main/coregrind/
H A Dm_oset.c431 Int nodeSize = sizeof(AvlNode) + elemSize; local
437 n = t->alloc( t->cc, nodeSize );
439 VG_(memset)(n, 0, nodeSize);

Completed in 544 milliseconds