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

/barrelfish-master/lib/lwip/src/core/
H A Dpbuf.c114 #define MAX_INSTRUMENTED_CALLS 256 macro
124 struct func_call_list pbuf_free_calls[MAX_INSTRUMENTED_CALLS];
125 struct func_call_list pbuf_alloc_calls[MAX_INSTRUMENTED_CALLS];
131 for (i = 0; i < MAX_INSTRUMENTED_CALLS; ++i) {
186 for (i = 1; i < MAX_INSTRUMENTED_CALLS; ++i) {
200 for (i = 1; i < MAX_INSTRUMENTED_CALLS; ++i) {

Completed in 35 milliseconds