Searched defs:MAX_SEGMENT_SIZE (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dwin16gc.c44 #define MAX_SEGMENT_SIZE (65536l - 4096l) macro
60 if( *sizep > MAX_SEGMENT_SIZE ) {
61 *sizep = MAX_SEGMENT_SIZE;
H A Dos2gc.c47 #define MAX_SEGMENT_SIZE (65536L - 4096L) macro
61 if ( *sizep > MAX_SEGMENT_SIZE )
63 *sizep = MAX_SEGMENT_SIZE;
H A Dprmsgc.c105 #define MAX_SEGMENT_SIZE (65536L - 4096L) macro
110 #define MAX_SEGMENT_SIZE (2L * 256L * 1024L) macro

Completed in 52 milliseconds