Searched refs:sljit_memory_fragment (Results 1 – 12 of 12) sorted by relevance
119 struct sljit_memory_fragment *buf; in sljit_serialize_compiler()300 struct sljit_memory_fragment *buf; in sljit_deserialize_compiler()301 struct sljit_memory_fragment *last_buf; in sljit_deserialize_compiler()387 buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, allocator_data); in sljit_deserialize_compiler()
483 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, allocator_data); in sljit_create_compiler()484 compiler->abuf = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, allocator_data); in sljit_create_compiler()546 struct sljit_memory_fragment *buf; in sljit_free_compiler()547 struct sljit_memory_fragment *curr; in sljit_free_compiler()627 struct sljit_memory_fragment *new_frag; in ensure_buf()630 …->used_size + size <= (BUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory)))… in ensure_buf()635 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, compiler->allocator_data); in ensure_buf()646 struct sljit_memory_fragment *new_frag; in ensure_abuf()649 …>used_size + size <= (ABUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fragment, memory)))… in ensure_abuf()654 new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(ABUF_SIZE, compiler->allocator_data); in ensure_abuf()[all …]
421 struct sljit_memory_fragment { struct422 struct sljit_memory_fragment *next; argument473 struct sljit_memory_fragment *buf;474 struct sljit_memory_fragment *abuf;
465 struct sljit_memory_fragment *buf; in sljit_generate_code()
589 struct sljit_memory_fragment *buf; in sljit_generate_code()
501 struct sljit_memory_fragment *buf; in sljit_generate_code()
818 struct sljit_memory_fragment *buf; in sljit_generate_code()
1406 struct sljit_memory_fragment *buf; in sljit_generate_code()
870 struct sljit_memory_fragment *buf; in sljit_generate_code()
659 struct sljit_memory_fragment *buf; in sljit_generate_code()
561 struct sljit_memory_fragment *buf; in sljit_generate_code()
699 struct sljit_memory_fragment *buf; in sljit_generate_code()