Searched refs:alloc_context (Results 1 – 1 of 1) sorted by relevance
623 int stride_in_bytes, int padding, void * alloc_context);4313 int padding, void * alloc_context) argument4315 stbrp_context * context = (stbrp_context *)STBTT_malloc(sizeof(*context), alloc_context);4317 stbrp_node * nodes = (stbrp_node *)STBTT_malloc(sizeof(*nodes) * num_nodes, alloc_context);4320 if(context != NULL) STBTT_free(context, alloc_context);4321 if(nodes != NULL) STBTT_free(nodes, alloc_context);4325 spc->user_allocator_context = alloc_context;