From e94cb46c2219da504a559d49eeda3e4134b96453 Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 22 Mar 2005 18:36:50 +0000 Subject: *** empty log message *** --- runtime/docs/html/alloc_8h.html | 122 ++++++++++------------------------------ 1 file changed, 31 insertions(+), 91 deletions(-) (limited to 'runtime/docs/html/alloc_8h.html') diff --git a/runtime/docs/html/alloc_8h.html b/runtime/docs/html/alloc_8h.html index 0bab6a97..385d8e1a 100644 --- a/runtime/docs/html/alloc_8h.html +++ b/runtime/docs/html/alloc_8h.html @@ -1,18 +1,19 @@ -SystemTap: SystemTap Runtime Library +SystemTap: alloc.h File Reference -
Intro | Functions | Defines | Enumerations | Enumeration Values
- -

alloc.h File Reference

+
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+

alloc.h File Reference

Memory allocation functions. More... +

+

Go to the source code of this file. - @@ -32,44 +33,17 @@ - +

Enumerations

enum  errorcode { ERR_NONE = 0, -ERR_NO_MEM +
enum  errorcode { ERR_NONE = 0, +ERR_NO_MEM }

Functions

 Frees memory allocated by _stp_valloc.

Variables

enum errorcode _stp_error = ERR_NONE
+enum errorcode _stp_error = ERR_NONE
-


Enumeration Type Documentation

-

- - - - -
- - - - -
enum errorcode
-
- - - - - -
-   - - +

Detailed Description

+Memory allocation functions.

-

Enumeration values:
- - - -
ERR_NONE  -
ERR_NO_MEM  -
-
+
Todo:
Should really be alloc.c for consistency.

-Definition at line 1 of file alloc.h.

-


Function Documentation

+Definition in file alloc.h.

Function Documentation

@@ -81,7 +55,7 @@ Definition at line 1 of fil - +
size_t  len  )  [inline]
@@ -106,11 +80,9 @@ This is used for small allocations from within a running probe where the process

Bug:
Currently uses kmalloc (GFP_ATOMIC).

-Definition at line 12 of file alloc.h. -

-References _stp_error, and ERR_NO_MEM. +Definition at line 18 of file alloc.h.

-Referenced by _stp_calloc(), and _stp_map_set_str(). +Referenced by _stp_calloc(), and _stp_map_set_str().

@@ -124,7 +96,7 @@ Referenced by _stp_calloc() size_t  len  )  - [inline] + @@ -149,11 +121,11 @@ This is used for small allocations from within a running probe where the process

Bug:
Currently uses kmalloc (GFP_ATOMIC).

-Definition at line 28 of file alloc.h. +Definition at line 34 of file alloc.h.

-References _stp_alloc(). +References _stp_alloc().

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

@@ -167,7 +139,7 @@ Referenced by _stp_map_set_stat() void *  ptr  )  - [inline] + @@ -190,9 +162,9 @@ Frees memory allocated by _stp_alloc or _stp_calloc.

-Definition at line 57 of file alloc.h. +Definition at line 63 of file alloc.h.

-Referenced by _stp_list_clear(), _stp_map_key_del(), and _stp_map_set_str(). +Referenced by _stp_list_clear(), _stp_map_key_del(), and _stp_map_set_str().

@@ -206,7 +178,7 @@ Referenced by _stp_list_clear()size_t  len  )  - [inline] + @@ -230,11 +202,9 @@ This is typically used in the module initialization to allocate new maps, lists,

Returns:
a valid pointer on success or NULL on failure.

-Definition at line 43 of file alloc.h. +Definition at line 49 of file alloc.h.

-References _stp_error, and ERR_NO_MEM. -

-Referenced by _stp_map_new(). +Referenced by _stp_map_new().

@@ -248,7 +218,7 @@ Referenced by _stp_map_new(). void *  ptr  )  - [inline] + @@ -271,41 +241,11 @@ Frees memory allocated by _stp_valloc.

-Definition at line 67 of file alloc.h. -

-Referenced by _stp_map_del(). - - -


Variable Documentation

-

- - - - -
- - - - -
enum errorcode _stp_error = ERR_NONE
-
- - - - +Referenced by _stp_map_del().
-   - - -

- -

-Definition at line 2 of file alloc.h. +Definition at line 73 of file alloc.h.

-Referenced by _stp_alloc(), and _stp_valloc().

-


Generated on Mon Mar 21 13:29:45 2005 for SystemTap by  - -doxygen 1.4.1
- +
+Generated on Tue Mar 22 10:27:36 2005 for SystemTap. -- cgit