Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorCore.c155 struct sljit_chunk_header *chunk_header; in sljit_malloc_exec() local
157 void *chunk_header; in sljit_malloc_exec() local
199 chunk_header = alloc_chunk(chunk_size); in sljit_malloc_exec()
200 if (!chunk_header) { in sljit_malloc_exec()
206 executable_offset = (sljit_sw)((sljit_u8*)chunk_header->executable - (sljit_u8*)chunk_header); in sljit_malloc_exec()
212 header = (struct block_header*)(((sljit_u8*)chunk_header) + CHUNK_HEADER_SIZE); in sljit_malloc_exec()

Completed in 5 milliseconds