X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Fmalloc_elem.h;h=8f4aef89861575233f420e413b74389c0802cd64;hb=1403f87d4fb8;hp=620dd44c87f3a4376c19dc1a7146cdd41877ebf9;hpb=6167d81488cb3b6007c49578482b5f153345f54e;p=dpdk.git diff --git a/lib/librte_eal/common/malloc_elem.h b/lib/librte_eal/common/malloc_elem.h index 620dd44c87..8f4aef8986 100644 --- a/lib/librte_eal/common/malloc_elem.h +++ b/lib/librte_eal/common/malloc_elem.h @@ -153,6 +153,9 @@ malloc_elem_join_adjacent_free(struct malloc_elem *elem); int malloc_elem_resize(struct malloc_elem *elem, size_t size); +void +malloc_elem_hide_region(struct malloc_elem *elem, void *start, size_t len); + void malloc_elem_free_list_remove(struct malloc_elem *elem);