Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsmalloc.c110 gs_malloc_memory_t *
113 gs_malloc_memory_t *mem = in gs_malloc_memory_init()
114 (gs_malloc_memory_t *)malloc(sizeof(gs_malloc_memory_t)); in gs_malloc_memory_init()
157 gs_malloc_memory_t *mmem = (gs_malloc_memory_t *) mem; in gs_heap_alloc_bytes()
251 gs_malloc_memory_t *mmem = (gs_malloc_memory_t *) mem; in gs_heap_resize_object()
292 gs_malloc_memory_t *mmem = (gs_malloc_memory_t *) mem; in gs_heap_free_object()
385 gs_malloc_memory_t *mmem = (gs_malloc_memory_t *) mem; in gs_heap_status()
405 gs_malloc_memory_t *const mmem = (gs_malloc_memory_t *) mem; in gs_heap_free_all()
428 gs_malloc_wrap(gs_memory_t **wrapped, gs_malloc_memory_t *contents) in gs_malloc_wrap()
467 gs_malloc_memory_t *
[all …]
H A Dgsmalloc.h32 } gs_malloc_memory_t; typedef
35 gs_malloc_memory_t *gs_malloc_memory_init(void);
54 int gs_malloc_wrap(gs_memory_t **wrapped, gs_malloc_memory_t *contents);
57 gs_malloc_memory_t *gs_malloc_wrapped_contents(gs_memory_t *wrapped);
60 gs_malloc_memory_t *gs_malloc_unwrap(gs_memory_t *wrapped);
H A Dimainarg.c444 gs_malloc_memory_t *rawheap = gs_malloc_wrapped_contents(minst->heap); in swproc()