pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-04
2001-02-04 02:33:09 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
558b97b3ed488e5c9c01434ebfc96171f97c0c68 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.2
more optimization
Rev: src/stralloc.c:1.115
26:
#define HUGE HUGE_VAL #endif /*!HUGE*/
-
RCSID("$Id: stralloc.c,v 1.
114
2001/
01
/
10
11
:
26
:
44
hubbe Exp $");
+
RCSID("$Id: stralloc.c,v 1.
115
2001/
02
/
04
02
:
33
:
09
hubbe Exp $");
#define BEGIN_HASH_SIZE 997 #define MAX_AVG_LINK_LENGTH 3
1449:
pike_string_cpy(tmp,a); INC_PCHARP(tmp,a->len); pike_string_cpy(tmp,b);
-
return end_shared_string(ret);
+
return
low_
end_shared_string(ret);
} PMOD_EXPORT struct pike_string *add_and_free_shared_strings(struct pike_string *a,