Lines Matching defs:api
2481 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx;
2505 p = (uint8_t *)api->alloc.calloc(api->alloc.ctx, 1, total);
2508 p = (uint8_t *)api->alloc.malloc(api->alloc.ctx, total);
2521 p[SST] = (uint8_t)api->api_id;
2555 particular, that the FORBIDDENBYTEs with the api ID are still intact).
2567 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx;
2571 _PyMem_DebugCheckAddress(__func__, api->api_id, p);
2575 api->alloc.free(api->alloc.ctx, q);
2586 debug_alloc_api_t *api = (debug_alloc_api_t *)ctx;
2596 _PyMem_DebugCheckAddress(__func__, api->api_id, p);
2628 r = (uint8_t *)api->alloc.realloc(api->alloc.ctx, head, total);
2644 head[SST] = (uint8_t)api->api_id;
2725 _PyMem_DebugCheckAddress(const char *func, char api, const void *p)
2737 if (id != api) {
2742 id, api);