Home
last modified time | relevance | path

Searched refs:MEM_LIBC_MALLOC (Results 1 – 15 of 15) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dmem.h46 #if MEM_LIBC_MALLOC
A Dopt.h225 #if !defined MEM_LIBC_MALLOC || defined __DOXYGEN__
226 #define MEM_LIBC_MALLOC 0 macro
1954 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dmem.h46 #if MEM_LIBC_MALLOC
A Dopt.h257 #if !defined MEM_LIBC_MALLOC || defined __DOXYGEN__
258 #define MEM_LIBC_MALLOC 0 macro
2174 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dmem.h41 #if MEM_LIBC_MALLOC
A Dopt.h105 #ifndef MEM_LIBC_MALLOC
106 #define MEM_LIBC_MALLOC 0 macro
1585 #define MEM_STATS ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
/components/net/lwip/lwip-2.0.3/src/core/
A Dmem.c65 #if MEM_LIBC_MALLOC
69 #if MEM_LIBC_MALLOC || MEM_USE_POOLS
91 #if MEM_LIBC_MALLOC
746 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
A Dinit.c194 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
/components/net/lwip/lwip-2.1.2/src/core/
A Dmem.c65 #if MEM_LIBC_MALLOC
154 #if MEM_LIBC_MALLOC || MEM_USE_POOLS
176 #if MEM_LIBC_MALLOC
980 #if MEM_LIBC_MALLOC && (!LWIP_STATS || !MEM_STATS)
A Dinit.c199 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
/components/net/lwip/lwip-1.4.1/src/core/
A Dinit.c157 #if (MEM_LIBC_MALLOC && MEM_USE_POOLS)
A Dmem.c58 #if !MEM_LIBC_MALLOC /* don't build if not configured for use in lwipopts.h */
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG214 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1
1166 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
1463 passing as function pointers when MEM_LIBC_MALLOC is defined.
1959 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())
2690 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1170 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1
2122 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
2419 passing as function pointers when MEM_LIBC_MALLOC is defined.
2915 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())
3646 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1423 * mem.h: fixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_MALLOC==1
2375 of the pool allocator (can save code size with MEM_LIBC_MALLOC if libc-malloc
2672 passing as function pointers when MEM_LIBC_MALLOC is defined.
3168 * mem.h: If MEM_LIBC_MALLOC==1, allow the defines (e.g. mem_malloc() -> malloc())
3899 * mem.h, opt.h: Added MEM_LIBC_MALLOC option.

Completed in 41 milliseconds