From e32551b18f4560056d2d482f5e1505b1b98fa82a Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 29 Mar 2005 18:07:58 +0000 Subject: *** empty log message *** --- runtime/docs/html/structmap__root.html | 35 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) (limited to 'runtime/docs/html/structmap__root.html') diff --git a/runtime/docs/html/structmap__root.html b/runtime/docs/html/structmap__root.html index 0fdd005f..d6e95bd6 100644 --- a/runtime/docs/html/structmap__root.html +++ b/runtime/docs/html/structmap__root.html @@ -4,8 +4,11 @@ -
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
-

map_root Struct Reference

This structure contains all information about a map. +
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+

map_root Struct Reference
+ +[Maps] +

This structure contains all information about a map. More...

#include <map.h> @@ -14,7 +17,7 @@

Data Fields

-enum valtype type +enum valtype type  type of the values stored in the array
@@ -44,10 +47,10 @@ list_head  this is the creation data saved between the key functions and the set/get functions
-enum keytype c_key1type +enum keytype c_key1type -enum keytype c_key2type +enum keytype c_key2type hlist_head * c_keyhead @@ -69,11 +72,11 @@ hlist_head 

Detailed Description

This structure contains all information about a map.

-It is allocated once when _stp_map_new() is called. +It is allocated once when _stp_map_new() is called.

-Definition at line 61 of file map.h.


Field Documentation

+Definition at line 67 of file map.h.

Field Documentation

@@ -96,12 +99,12 @@ Definition at line 61 of file

this is the creation data saved between the key functions and the set/get functions

-

Todo:
Needs to be per-cpu data for SMP support
+
Todo:
Needs to be per-cpu data for SMP support

-Definition at line 87 of file map.h. +Definition at line 93 of file map.h.

-Referenced by _stp_map_get_int64(), _stp_map_get_stat(), _stp_map_get_str(), _stp_map_key_long_long(), _stp_map_key_long_str(), _stp_map_key_str_long(), _stp_map_key_str_str(), _stp_map_set_stat(), _stp_map_set_str(), and _stp_map_stat_add(). +Referenced by _stp_map_get_int64(), _stp_map_get_stat(), _stp_map_get_str(), _stp_map_key_long_long(), _stp_map_key_long_str(), _stp_map_key_str_long(), _stp_map_key_str_str(), _stp_map_set_stat(), _stp_map_set_str(), and _stp_map_stat_add().

@@ -128,9 +131,9 @@ pointer to allocated memory space.

Used for freeing memory.

-Definition at line 98 of file map.h. +Definition at line 104 of file map.h.

-Referenced by _stp_map_del(), and _stp_map_new(). +Referenced by _stp_map_del(), and _stp_map_new().

@@ -157,13 +160,11 @@ pool of unused entries.

Used only when entries are statically allocated at startup.

-Definition at line 79 of file map.h. +Definition at line 85 of file map.h.

-Referenced by _stp_list_clear(), _stp_map_new(), _stp_map_set_stat(), and _stp_map_set_str(). +Referenced by _stp_list_clear(), _stp_map_new(), _stp_map_set_stat(), and _stp_map_set_str().


The documentation for this struct was generated from the following file: -
-Generated on Tue Mar 22 10:27:36 2005 for SystemTap. - + -- cgit