pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-04
2001-02-04 02:33:03 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
aa0c4b402a12806f94badbf391b14ca2761fce04 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.0
more optimization
Rev: src/stralloc.c:1.83
25:
#define HUGE HUGE_VAL #endif /*!HUGE*/
-
RCSID("$Id: stralloc.c,v 1.
82
2000
/
04
/
22
13
:
20
:
40
mast
Exp $");
+
RCSID("$Id: stralloc.c,v 1.
83
2001
/
02/
04
02
:
33
:
03
hubbe
Exp $");
#define BEGIN_HASH_SIZE 997 #define MAX_AVG_LINK_LENGTH 3
1309:
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);
} struct pike_string *add_and_free_shared_strings(struct pike_string *a,