Home
last modified time | relevance | path

Searched refs:ndo_last_mem_p (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dnetdissect-alloc.c34 if (ndo->ndo_last_mem_p == NULL) /* first memory allocation */ in nd_add_alloc_list()
37 chunkp->prev_mem_p = ndo->ndo_last_mem_p; in nd_add_alloc_list()
38 ndo->ndo_last_mem_p = chunkp; in nd_add_alloc_list()
57 current = ndo->ndo_last_mem_p; in nd_free_all()
63 ndo->ndo_last_mem_p = NULL; in nd_free_all()
Dnetdissect.h219 void *ndo_last_mem_p; /* pointer to the last allocated memory chunk */ member