This is a discussion on Re: Memory Utilization of Uninitialized data structures in code within the SNMP Users forums, part of the Networking and Network Related category; Srivastava, Namburi (IE10) wrote: > What is the significance of allocating such huge memory to these > variables? > > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Srivastava, Namburi (IE10) wrote:
> What is the significance of allocating such huge memory to these > variables? > > Is there a way that by minimizing the "numbers" in #defines for these > macros, we can reduce the size of a statically linked executable??? Ideally, the handling of these data structures should be changed to *dynamically* allocate memory when needed. This will also allow to get rid of the upper boundary. Patches *highly* appreciated. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |