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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_alloc.c22 * The ALLOC_ELEMENT structure is the structure that describes any single
26 * we don't drop core accessing the fields of the ALLOC_ELEMENT structure.
29 * This is enforced by terminating the ALLOC_ELEMENT structure with a uintmax_t
89 } ALLOC_ELEMENT; typedef in typeref:struct:__alloc_element
95 #define SHALLOC_FRAGMENT (sizeof(ALLOC_ELEMENT) + 64)
107 static void __env_size_insert __P((ALLOC_LAYOUT *, ALLOC_ELEMENT *));
120 ALLOC_ELEMENT *elp;
144 elp = (ALLOC_ELEMENT *)((u_int8_t *)head + sizeof(ALLOC_LAYOUT));
154 * The length, the ALLOC_ELEMENT structure and an optional guard byte,
159 (size_t)DB_ALIGN((len) + sizeof(ALLOC_ELEMENT)
[all...]

Completed in 99 milliseconds