Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/structmallinfo.html
Дата изменения: Unknown
Дата индексирования: Mon Feb 14 19:29:29 2011
Кодировка:
casacore: mallinfo Struct Reference
Public Attributes

mallinfo Struct Reference
[OS_module]

A version of malloc/free/realloc written by Doug Lea. More...

#include <malloc.h>

List of all members.

Public Attributes

int arena
int ordblks
int smblks
int hblks
int hblkhd
int usmblks
int fsmblks
int uordblks
int fordblks
int keepcost

Detailed Description

A version of malloc/free/realloc written by Doug Lea.

Review Status

Reviewed By:
UNKNOWN
Date Reviewed:
before2004/08/25

Synopsis

A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/complaints/performance data to dl@cs.oswego.edu
See the source file for more information.

Definition at line 638 of file malloc.h.


Member Data Documentation

Definition at line 639 of file malloc.h.

Definition at line 647 of file malloc.h.

Definition at line 645 of file malloc.h.

Definition at line 643 of file malloc.h.

Definition at line 642 of file malloc.h.

Definition at line 648 of file malloc.h.

Definition at line 640 of file malloc.h.

Definition at line 641 of file malloc.h.

Definition at line 646 of file malloc.h.

Definition at line 644 of file malloc.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines