/alps/fastwriter

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/fastwriter

« back to all changes in this revision

Viewing changes to private.h

  • Committer: Suren A. Chilingaryan
  • Date: 2011-12-13 16:54:10 UTC
  • Revision ID: csa@dside.dyndns.org-20111213165410-b36e4989rogac4fg
Few synchronization and alignment related fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _FASTWRITER_PRIVATE_H
2
2
#define _FASTWRITER_PRIVATE_H
3
3
 
 
4
#define FASTWRITER_SYNCIO_ALIGN 512
4
5
#define FASTWRITER_DEFAULT_BUFFER_SIZE 134217728 /* 128 MB */
5
6
#define FASTWRITER_RESERVE_MEMORY 536870912 /* 512 MB */
6
7