From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/alloc_8c.html | 45 ----------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 runtime/docs/html/alloc_8c.html (limited to 'runtime/docs/html/alloc_8c.html') diff --git a/runtime/docs/html/alloc_8c.html b/runtime/docs/html/alloc_8c.html deleted file mode 100644 index 8e9f7d80..00000000 --- a/runtime/docs/html/alloc_8c.html +++ /dev/null @@ -1,45 +0,0 @@ - - -SystemTap: alloc.c File Reference - - - -
Main Page | Modules | Directories | File List | Globals | Related Pages
-

alloc.c File Reference

Memory functions. More... -

- -

-Go to the source code of this file. - - - - - - - - - - - - - - - - - - - - - - - -

Enumerations

enum  errorcode { ERR_NONE = 0, -ERR_NO_MEM - }

Functions

void * _stp_alloc (size_t len)
 Allocates memory within a probe.
void * _stp_calloc (size_t len)
 Allocates and clears memory within a probe.
void * _stp_valloc (size_t len)
 Allocates and clears memory outside a probe.
void _stp_free (void *ptr)
 Frees memory allocated by _stp_alloc or _stp_calloc.
void _stp_vfree (void *ptr)
 Frees memory allocated by _stp_valloc.

Variables

-enum errorcode _stp_error = ERR_NONE
-


Detailed Description

-Memory functions. -

- -

-Definition in file alloc.c. -- cgit