Add config option to use dlmalloc instead of mheap
[vpp.git] / src / vppinfra / vec_bootstrap.h
index 3b8c770..6db83f2 100644 (file)
@@ -58,6 +58,7 @@ typedef struct
   u64 len;
 #else
   u32 len; /**< Number of elements in vector (NOT its allocated length). */
+  u32 dlmalloc_header_offset;  /**< offset to memory allocator offset  */
 #endif
   u8 vector_data[0];  /**< Vector data . */
 } vec_header_t;