X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fsdk%2Fc%2Fblip%2Flib6lowpan%2Fip_malloc.h;h=6249e6a3a3cf76609ef8c525b0c5a90387953bb3;hb=cd239b7b74dd2e5bbd538531e92e445e20058f76;hp=02e3e2e450c2e11fa792fdc076f51b84155c553a;hpb=622893623b38edfd9e183f4d31a48ba742ae0d22;p=tinyos-2.x.git diff --git a/support/sdk/c/blip/lib6lowpan/ip_malloc.h b/support/sdk/c/blip/lib6lowpan/ip_malloc.h index 02e3e2e4..6249e6a3 100644 --- a/support/sdk/c/blip/lib6lowpan/ip_malloc.h +++ b/support/sdk/c/blip/lib6lowpan/ip_malloc.h @@ -24,13 +24,13 @@ #define IP_MALLOC_H_ #include +#include // align on this number of byte boundarie#s #define IP_MALLOC_ALIGN 2 #define IP_MALLOC_LEN 0x0fff #define IP_MALLOC_FLAGS 0x7000 #define IP_MALLOC_INUSE 0x8000 -#define IP_MALLOC_HEAP_SIZE 1500 extern uint8_t heap[IP_MALLOC_HEAP_SIZE]; typedef uint16_t bndrt_t;