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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_alloc.c20 * The ALLOC_LAYOUT structure is the governing structure for the allocator.
71 } ALLOC_LAYOUT; typedef in typeref:struct:__alloc_layout
107 static void __env_size_insert __P((ALLOC_LAYOUT *, ALLOC_ELEMENT *));
121 ALLOC_LAYOUT *head;
132 * The first chunk of memory is the ALLOC_LAYOUT structure.
144 elp = (ALLOC_ELEMENT *)((u_int8_t *)head + sizeof(ALLOC_LAYOUT));
145 elp->len = size - sizeof(ALLOC_LAYOUT);
204 ALLOC_LAYOUT *head;
348 ALLOC_LAYOUT *head;
437 ALLOC_LAYOUT *hea
[all...]

Completed in 45 milliseconds