Lines Matching defs:debug
227 pymem_set_default_allocator(PyMemAllocatorDomain domain, int debug,
252 if (debug) {
264 const int debug = 1;
266 const int debug = 0;
268 return pymem_set_default_allocator(domain, debug, old_alloc);
283 else if (strcmp(name, "debug") == 0) {
2401 static size_t serialno = 0; /* incremented on each debug {m,re}alloc */
2449 /* Let S = sizeof(size_t). The debug malloc asks for 4 * S extra bytes and
2474 If PYMEM_DEBUG_SERIALNO is not defined (default), the debug malloc only asks
2554 /* The debug free first checks the 2*SST bytes on each end for sanity (in
2843 " The block was made by call #%zu to debug malloc/realloc.\n",
2954 * Return 0 if the memory debug hooks are not installed or no statistics was