Searched refs:max_heap_bytes_allocated (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dtiwlan_profile.c66 drv->max_heap_bytes_allocated = 0;
177 if (drv->max_heap_bytes_allocated < drv->cur_heap_bytes_allocated)
179 drv->max_heap_bytes_allocated = drv->cur_heap_bytes_allocated;
313 printk ("\nMaximum Heap Memory Allocated: %u (bytes)", drv->max_heap_bytes_allocated);
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A Desta_drv.h284 unsigned max_heap_bytes_allocated; /* Maximum number of allocated bytes on the heap */ member in struct:tiwlan_net_dev

Completed in 255 milliseconds