Searched refs:chunk_alloc (Results 1 – 2 of 2) sorted by relevance
296 zend_mm_chunk_alloc_t chunk_alloc; member
803 void *ptr = heap->storage->handlers.chunk_alloc(heap->storage, size, alignment);2804 …chunk = (zend_mm_chunk*)handlers->chunk_alloc(&tmp_storage, ZEND_MM_CHUNK_SIZE, ZEND_MM_CHUNK_SIZE…
Completed in 27 milliseconds