Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsmdebug.h34 #define gs_alloc_debug gs_debug['@'] macro
41 BEGIN if ( gs_alloc_debug ) gs_alloc_memset(ptr, fill, (ulong)(len)); END
H A Dimainarg.c317 gs_alloc_debug = 1; in swproc()
320 gs_alloc_debug = 0; in swproc()
H A Dgsalloc.c1774 if (gs_alloc_debug) { /* Check to make sure this chunk belongs to this allocator. */ in alloc_unlink_chunk()