Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevprna.c708 gs_memory_t *data_allocator = 0; in alloc_bandlist_memory() local
713 code = alloc_render_memory(&data_allocator, base_allocator, in alloc_bandlist_memory()
718 data_allocator = (gs_memory_t *)gs_malloc_memory_init(); in alloc_bandlist_memory()
719 if (!data_allocator) in alloc_bandlist_memory()
723 gs_alloc_bytes_immovable(data_allocator, sizeof(gs_memory_locked_t), in alloc_bandlist_memory()
727 code = gs_memory_locked_init(locked_allocator, data_allocator); in alloc_bandlist_memory()
735 else if (data_allocator) in alloc_bandlist_memory()
736 gs_memory_free_all(data_allocator, FREE_ALL_EVERYTHING, in alloc_bandlist_memory()