Home
last modified time | relevance | path

Searched refs:alloc_context (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dsymbol.h94 extern struct context *alloc_context(void);
H A Dsymbol.c73 struct context *alloc_context(void) in alloc_context() function
H A Dparse.c1271 struct context *context = alloc_context(); in attribute_context()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h589 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context);
3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context)
3799 stbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context);
3801 stbrp_node *nodes = (stbrp_node *) STBTT_malloc(sizeof(*nodes ) * num_nodes,alloc_context);
3804 if (context != NULL) STBTT_free(context, alloc_context);
3805 if (nodes != NULL) STBTT_free(nodes , alloc_context);
3809 spc->user_allocator_context = alloc_context;
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h589 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context);
3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context)
3799 stbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context);
3801 stbrp_node *nodes = (stbrp_node *) STBTT_malloc(sizeof(*nodes ) * num_nodes,alloc_context);
3804 if (context != NULL) STBTT_free(context, alloc_context);
3805 if (nodes != NULL) STBTT_free(nodes , alloc_context);
3809 spc->user_allocator_context = alloc_context;

Completed in 19 milliseconds