comparison src/buffer.c @ 48090:b7e13d33cf41

Comment.
author Dave Love <fx@gnu.org>
date Wed, 30 Oct 2002 19:17:50 +0000
parents 287494c5e770
children 8c6b3be30074
comparison
equal deleted inserted replaced
48089:8bd7557b4421 48090:b7e13d33cf41
4401 #define MMAP_USER_AREA(P) \ 4401 #define MMAP_USER_AREA(P) \
4402 ((POINTER_TYPE *) ((char *) (P) + MMAP_REGION_STRUCT_SIZE)) 4402 ((POINTER_TYPE *) ((char *) (P) + MMAP_REGION_STRUCT_SIZE))
4403 4403
4404 #define MEM_ALIGN sizeof (double) 4404 #define MEM_ALIGN sizeof (double)
4405 4405
4406 /* Predicate returning true if part of the address range [START .. 4406 /* Predicate returning true if part of the address range [START .. END]
4407 END[ is currently mapped. Used to prevent overwriting an existing 4407 is currently mapped. Used to prevent overwriting an existing
4408 memory mapping. 4408 memory mapping.
4409 4409
4410 Default is to conservativly assume the address range is occupied by 4410 Default is to conservativly assume the address range is occupied by
4411 something else. This can be overridden by system configuration 4411 something else. This can be overridden by system configuration
4412 files if system-specific means to determine this exists. */ 4412 files if system-specific means to determine this exists. */