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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mempool.c70 #define ELEMENT_PADDING 4 macro
92 unsigned char elements[ELEMENT_PADDING]; /**< the block data, actually allocated to required size */
229 alloc_size = sizeof (DBusMemBlock) - ELEMENT_PADDING +
295 alloc_size = sizeof (DBusMemBlock) - ELEMENT_PADDING + pool->block_size;

Completed in 35 milliseconds