Lines Matching refs:size
190 /** Get preferred output chunk size. Called only once. */
197 virtual WriteResult WriteAsciiChunk(char* data, int size) = 0;
273 * is written into the stream provided in chunks of specified size.
362 // Indicates that the sample buffer size should not be explicitly limited.
615 /** Returns node's own size, in bytes. */
658 * is written into the stream provided in chunks of specified size.
660 * advance, it can be roughly equal to JS heap size (that means,
715 size_t size;
718 * The number of objects of such size that were sampled.
792 size_t size;
795 * The number of objects of such size that were sampled.
1021 * population size. The method also updates aggregated statistics and
1117 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size)
1118 : index(index), count(count), size(size) { }
1121 uint32_t size; // New value of size field for the interval with this index.