Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorCore.c150 struct block_header *next_header; in sljit_malloc_exec() local
231 next_header = AS_BLOCK_HEADER(free_block, chunk_size); in sljit_malloc_exec()
236 next_header = AS_BLOCK_HEADER(header, chunk_size); in sljit_malloc_exec()
238 next_header->size = 1; in sljit_malloc_exec()
239 next_header->prev_size = chunk_size; in sljit_malloc_exec()
241 next_header->executable_offset = executable_offset; in sljit_malloc_exec()

Completed in 5 milliseconds