/[lwip]/lwip/src/core/memp.c
ViewVC logotype

Diff of /lwip/src/core/memp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by jani, Mon Feb 24 10:49:05 2003 UTC revision 1.14 by likewise, Mon Mar 24 10:29:03 2003 UTC
# Line 204  memp_malloc(memp_t type) Line 204  memp_malloc(memp_t type)
204      memset(mem, 0, memp_sizes[type]);        memset(mem, 0, memp_sizes[type]);  
205      return mem;      return mem;
206    } else {    } else {
207      DEBUGF(MEMP_DEBUG, ("memp_malloc: out of memory in pool %d\n", type));      DEBUGF(MEMP_DEBUG | 2, ("memp_malloc: out of memory in pool %d\n", type));
208  #ifdef MEMP_STATS  #ifdef MEMP_STATS
209      ++lwip_stats.memp[type].err;      ++lwip_stats.memp[type].err;
210  #endif /* MEMP_STATS */  #endif /* MEMP_STATS */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26