X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_malloc%2Fmalloc_heap.c;fp=lib%2Flibrte_malloc%2Fmalloc_heap.c;h=8861d27bfb13e686845ab86ebc13761f18331a78;hb=a43a55472f7bee0ddffc70cd98b441ebeb78ae1d;hp=defb903749e8ea496eaaabc49111bd25c314178b;hpb=364ea7748187b446cdb1c03ce9fc28773f242b47;p=dpdk.git diff --git a/lib/librte_malloc/malloc_heap.c b/lib/librte_malloc/malloc_heap.c index defb903749..8861d27bfb 100644 --- a/lib/librte_malloc/malloc_heap.c +++ b/lib/librte_malloc/malloc_heap.c @@ -206,4 +206,3 @@ malloc_heap_get_stats(const struct malloc_heap *heap, socket_stats->alloc_count = heap->alloc_count; return 0; } -