Searched refs:palloc (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | pool.h | 245 struct pool_allocator *palloc; member 247 #define POOL_INIT(pp, size, align, align_offset, flags, wchan, palloc) \ argument 250 { &pp, size, align, align_offset, flags, wchan, palloc } \
|