Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kdp/output_stages/
H A Dout_zlib.c52 size_t allocation_offset; member
62 result = (void *) ((vm_offset_t) data + data->allocation_offset); in zlib_alloc()
63 data->allocation_offset += ROUND_32B(items * size); // 32b align for vector crc in zlib_alloc()
64 assert(data->allocation_offset <= stage->kos_data_size); in zlib_alloc()
277 …data->allocation_offset = ROUND_32B(sizeof(struct zlib_stage_data)); // Start allocating from the … in zlib_stage_initialize()