diff options
| author | Richard Kistruck | 2008-11-07 13:58:56 +0000 |
|---|---|---|
| committer | Richard Kistruck | 2008-11-07 13:58:56 +0000 |
| commit | 4e270b68fa940723d7d3a1760fd038c990e79c07 (patch) | |
| tree | 6ad22c3526485f24b455b8232f21fbb6f422959e /mps/code | |
| parent | b79ab788a2c5882cf1b606845c67a59ae42571a4 (diff) | |
| download | emacs-4e270b68fa940723d7d3a1760fd038c990e79c07.tar.gz emacs-4e270b68fa940723d7d3a1760fd038c990e79c07.zip | |
mps br/timing: tabs in header files. (p4 diff -db -- confirms whitespace changes only).
Copied from Perforce
Change: 166674
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/eventcom.h | 8 | ||||
| -rw-r--r-- | mps/code/mpm.h | 6 | ||||
| -rw-r--r-- | mps/code/mpsio.h | 2 | ||||
| -rw-r--r-- | mps/code/poolams.h | 2 | ||||
| -rw-r--r-- | mps/code/pthrdext.h | 2 |
5 files changed, 10 insertions, 10 deletions
diff --git a/mps/code/eventcom.h b/mps/code/eventcom.h index 1b71cf1dcfb..aa0dbb80882 100644 --- a/mps/code/eventcom.h +++ b/mps/code/eventcom.h | |||
| @@ -65,11 +65,11 @@ typedef EventUnion *Event; | |||
| 65 | #define EventArenaCreateCL ((EventType)0xEFA64CC7) /* AReNa Create CL */ | 65 | #define EventArenaCreateCL ((EventType)0xEFA64CC7) /* AReNa Create CL */ |
| 66 | #define EventArenaDestroy ((EventType)0xEFA64DE5) /* AReNa DEStroy */ | 66 | #define EventArenaDestroy ((EventType)0xEFA64DE5) /* AReNa DEStroy */ |
| 67 | #define EventArenaAlloc ((EventType)0xEFA64A77) /* AReNa ALLoc */ | 67 | #define EventArenaAlloc ((EventType)0xEFA64A77) /* AReNa ALLoc */ |
| 68 | #define EventArenaFree ((EventType)0xEFA64F6E) /* AReNa FREe */ | 68 | #define EventArenaFree ((EventType)0xEFA64F6E) /* AReNa FREe */ |
| 69 | #define EventSegAlloc ((EventType)0xEF5E9A77) /* SEG ALLoc */ | 69 | #define EventSegAlloc ((EventType)0xEF5E9A77) /* SEG ALLoc */ |
| 70 | #define EventSegFree ((EventType)0xEF5E9F6E) /* SEG FREe */ | 70 | #define EventSegFree ((EventType)0xEF5E9F6E) /* SEG FREe */ |
| 71 | #define EventSegMerge ((EventType)0xEF5E93E6) /* SEG MERge */ | 71 | #define EventSegMerge ((EventType)0xEF5E93E6) /* SEG MERge */ |
| 72 | #define EventSegSplit ((EventType)0xEF5E95B7) /* SEG SPLit */ | 72 | #define EventSegSplit ((EventType)0xEF5E95B7) /* SEG SPLit */ |
| 73 | #define EventAMCGenCreate ((EventType)0xEFA3C94C) /* AMC GeN Create */ | 73 | #define EventAMCGenCreate ((EventType)0xEFA3C94C) /* AMC GeN Create */ |
| 74 | #define EventAMCGenDestroy ((EventType)0xEFA3C94D) /* AMC GeN Destroy */ | 74 | #define EventAMCGenDestroy ((EventType)0xEFA3C94D) /* AMC GeN Destroy */ |
| 75 | #define EventAMCInit ((EventType)0xEFA3C141) /* AMC INIt */ | 75 | #define EventAMCInit ((EventType)0xEFA3C141) /* AMC INIt */ |
diff --git a/mps/code/mpm.h b/mps/code/mpm.h index 1dfa7dc2c6a..f53a7e835b0 100644 --- a/mps/code/mpm.h +++ b/mps/code/mpm.h | |||
| @@ -254,7 +254,7 @@ extern Res PoolNoFramePop(Pool pool, Buffer buf, AllocFrame frame); | |||
| 254 | extern Res PoolTrivFramePop(Pool pool, Buffer buf, AllocFrame frame); | 254 | extern Res PoolTrivFramePop(Pool pool, Buffer buf, AllocFrame frame); |
| 255 | extern void PoolNoFramePopPending(Pool pool, Buffer buf, AllocFrame frame); | 255 | extern void PoolNoFramePopPending(Pool pool, Buffer buf, AllocFrame frame); |
| 256 | extern void PoolNoWalk(Pool pool, Seg seg, FormattedObjectsStepMethod step, | 256 | extern void PoolNoWalk(Pool pool, Seg seg, FormattedObjectsStepMethod step, |
| 257 | void *p, unsigned long s); | 257 | void *p, unsigned long s); |
| 258 | extern void PoolNoFreeWalk(Pool pool, FreeBlockStepMethod f, void *p); | 258 | extern void PoolNoFreeWalk(Pool pool, FreeBlockStepMethod f, void *p); |
| 259 | extern PoolDebugMixin PoolNoDebugMixin(Pool pool); | 259 | extern PoolDebugMixin PoolNoDebugMixin(Pool pool); |
| 260 | extern BufferClass PoolNoBufferClass(void); | 260 | extern BufferClass PoolNoBufferClass(void); |
| @@ -750,14 +750,14 @@ extern AllocPattern AllocPatternRampCollectAll(void); | |||
| 750 | extern Bool FormatCheck(Format format); | 750 | extern Bool FormatCheck(Format format); |
| 751 | extern Res FormatCreate(Format *formatReturn, Arena arena, | 751 | extern Res FormatCreate(Format *formatReturn, Arena arena, |
| 752 | Align alignment, | 752 | Align alignment, |
| 753 | FormatVariety variety, | 753 | FormatVariety variety, |
| 754 | FormatScanMethod scan, | 754 | FormatScanMethod scan, |
| 755 | FormatSkipMethod skip, | 755 | FormatSkipMethod skip, |
| 756 | FormatMoveMethod move, | 756 | FormatMoveMethod move, |
| 757 | FormatIsMovedMethod isMoved, | 757 | FormatIsMovedMethod isMoved, |
| 758 | FormatCopyMethod copy, | 758 | FormatCopyMethod copy, |
| 759 | FormatPadMethod pad, | 759 | FormatPadMethod pad, |
| 760 | FormatClassMethod class, | 760 | FormatClassMethod class, |
| 761 | Size headerSize); | 761 | Size headerSize); |
| 762 | extern void FormatDestroy(Format format); | 762 | extern void FormatDestroy(Format format); |
| 763 | extern Arena FormatArena(Format format); | 763 | extern Arena FormatArena(Format format); |
diff --git a/mps/code/mpsio.h b/mps/code/mpsio.h index 3ae27fedd5c..77f44c46a38 100644 --- a/mps/code/mpsio.h +++ b/mps/code/mpsio.h | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | #ifndef mpsio_h | 10 | #ifndef mpsio_h |
| 11 | #define mpsio_h | 11 | #define mpsio_h |
| 12 | 12 | ||
| 13 | #include "mps.h" /* for mps_res_t */ | 13 | #include "mps.h" /* for mps_res_t */ |
| 14 | 14 | ||
| 15 | 15 | ||
| 16 | typedef struct mps_io_s *mps_io_t; | 16 | typedef struct mps_io_s *mps_io_t; |
diff --git a/mps/code/poolams.h b/mps/code/poolams.h index e2d34b178a5..292085fbf10 100644 --- a/mps/code/poolams.h +++ b/mps/code/poolams.h | |||
| @@ -34,7 +34,7 @@ typedef void (*AMSSegsDestroyFunction)(AMS ams); | |||
| 34 | /* a segment size given an object size. */ | 34 | /* a segment size given an object size. */ |
| 35 | typedef Res (*AMSSegSizePolicyFunction)(Size *sizeReturn, | 35 | typedef Res (*AMSSegSizePolicyFunction)(Size *sizeReturn, |
| 36 | Pool pool, Size size, | 36 | Pool pool, Size size, |
| 37 | RankSet rankSet); | 37 | RankSet rankSet); |
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | typedef struct AMSStruct { | 40 | typedef struct AMSStruct { |
diff --git a/mps/code/pthrdext.h b/mps/code/pthrdext.h index b56e9b13fb4..3a28367126e 100644 --- a/mps/code/pthrdext.h +++ b/mps/code/pthrdext.h | |||
| @@ -57,7 +57,7 @@ extern void PThreadextFinish(PThreadext pthreadext); | |||
| 57 | /* PThreadextSuspend -- Suspend a pthreadext and return its context. */ | 57 | /* PThreadextSuspend -- Suspend a pthreadext and return its context. */ |
| 58 | 58 | ||
| 59 | extern Res PThreadextSuspend(PThreadext pthreadext, | 59 | extern Res PThreadextSuspend(PThreadext pthreadext, |
| 60 | MutatorFaultContext *contextReturn); | 60 | MutatorFaultContext *contextReturn); |
| 61 | 61 | ||
| 62 | 62 | ||
| 63 | /* PThreadextResume -- Resume a suspended pthreadext */ | 63 | /* PThreadextResume -- Resume a suspended pthreadext */ |