pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-08-15
2001-08-15 11:52:23 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
16b314ee2304a67a5565e9c120b019e8fbcc0730 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
oops
Rev: src/stralloc.c:1.130
27:
#define HUGE HUGE_VAL #endif /*!HUGE*/
-
RCSID("$Id: stralloc.c,v 1.
129
2001/
07
/
03
23
:
55
:
06
hubbe Exp $");
+
RCSID("$Id: stralloc.c,v 1.
130
2001/
08
/
15
11
:
52
:
23
hubbe Exp $");
#if PIKE_RUN_UNLOCKED /* Make this bigger when we get lightweight threads */
488:
struct short_pike_string0 { PIKE_STRING_CONTENTS;
-
p_wchar0 str[SHORT_STRING_
THRESHOLD
];
+
p_wchar0 str[SHORT_STRING_
THRESHOLD+1
];
}; struct short_pike_string1 { PIKE_STRING_CONTENTS;
-
p_wchar1 str[SHORT_STRING_
THRESHOLD
];
+
p_wchar1 str[SHORT_STRING_
THRESHOLD+1
];
}; struct short_pike_string2 { PIKE_STRING_CONTENTS;
-
p_wchar2 str[SHORT_STRING_
THRESHOLD
];
+
p_wchar2 str[SHORT_STRING_
THRESHOLD+1
];
}; BLOCK_ALLOC(short_pike_string0, SHORT_STRING_BLOCK)