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

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

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

revision 1.23 by likewise, Sun Jul 4 23:43:38 2004 UTC revision 1.24 by christiaans, Fri Nov 25 12:03:38 2005 UTC
# Line 301  mem_malloc(mem_size_t size) Line 301  mem_malloc(mem_size_t size)
301        return (u8_t *)mem + SIZEOF_STRUCT_MEM;        return (u8_t *)mem + SIZEOF_STRUCT_MEM;
302      }          }    
303    }    }
304    LWIP_DEBUGF(MEM_DEBUG | 2, ("mem_malloc: could not allocate %d bytes\n", (int)size));    LWIP_DEBUGF(MEM_DEBUG | 2, ("mem_malloc: could not allocate %"S16_F" bytes\n", (s16_t)size));
305  #if MEM_STATS  #if MEM_STATS
306    ++lwip_stats.mem.err;    ++lwip_stats.mem.err;
307  #endif /* MEM_STATS */    #endif /* MEM_STATS */  

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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