mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* st.c, include/ruby/st.h (st_memsize): added. This function returns
the memory usage of st_talbe. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dfb0fa0ca6
commit
af0429b54e
3 changed files with 17 additions and 0 deletions
|
@ -107,6 +107,7 @@ int st_numcmp(st_data_t, st_data_t);
|
|||
int st_numhash(st_data_t);
|
||||
int st_strcasecmp(const char *s1, const char *s2);
|
||||
int st_strncasecmp(const char *s1, const char *s2, size_t n);
|
||||
size_t st_memsize(st_table *);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue