Home | History | Annotate | Download | only in src

Lines Matching defs:AppendInt

376   buffer.AppendInt(getpagesize(), 0, 0);
456 bool DeepHeapProfile::TextBuffer::AppendInt(int value, int width,
542 buffer->AppendInt(bucket->allocs, 6, false);
544 buffer->AppendInt(bucket->frees, 6, false);
546 buffer->AppendInt(id, 0, false);
551 buffer->AppendInt(id, 0, false);
935 mmap_dump_buffer->AppendInt(deep_bucket->id, 0, false);
937 mmap_dump_buffer->AppendInt(0, 0, false);