pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-12-06
1998-12-06 22:54:16 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
04965ae3563e00df77dda50c16884be6328732cd (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
new function: do_free_string
Rev: src/stralloc.c:1.51
Rev: src/stralloc.h:1.27
15:
#include <ctype.h>
-
RCSID("$Id: stralloc.c,v 1.
50
1998/
11
/
22
11
:
03
:
18
hubbe Exp $");
+
RCSID("$Id: stralloc.c,v 1.
51
1998/
12
/
06
22:
54
:
15
hubbe Exp $");
#define BEGIN_HASH_SIZE 997 #define MAX_AVG_LINK_LENGTH 3
606:
num_strings--; }
+
void do_free_string(struct pike_string *s)
+
{
+
free_string(s);
+
}
+
void really_free_string(struct pike_string *s) { #ifdef PIKE_DEBUG