Searched refs:alloc_context (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | symbol.h | 94 extern struct context *alloc_context(void);
|
D | symbol.c | 73 struct context *alloc_context(void) in alloc_context() function
|
D | parse.c | 1271 struct context *context = alloc_context(); in attribute_context()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 589 …signed char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context); 3797 …*spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) in stbtt_PackBegin() argument 3799 …tbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context); in stbtt_PackBegin() 3801 …tbrp_node *nodes = (stbrp_node *) STBTT_malloc(sizeof(*nodes ) * num_nodes,alloc_context); in stbtt_PackBegin() 3804 if (context != NULL) STBTT_free(context, alloc_context); in stbtt_PackBegin() 3805 if (nodes != NULL) STBTT_free(nodes , alloc_context); in stbtt_PackBegin() 3809 spc->user_allocator_context = alloc_context; in stbtt_PackBegin()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 589 …signed char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context); 3797 …*spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) in stbtt_PackBegin() argument 3799 …tbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context); in stbtt_PackBegin() 3801 …tbrp_node *nodes = (stbrp_node *) STBTT_malloc(sizeof(*nodes ) * num_nodes,alloc_context); in stbtt_PackBegin() 3804 if (context != NULL) STBTT_free(context, alloc_context); in stbtt_PackBegin() 3805 if (nodes != NULL) STBTT_free(nodes , alloc_context); in stbtt_PackBegin() 3809 spc->user_allocator_context = alloc_context; in stbtt_PackBegin()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 581 …signed char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context); 3771 …*spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) in stbtt_PackBegin() argument 3773 …tbrp_context *context = (stbrp_context *) STBTT_malloc(sizeof(*context) ,alloc_context); in stbtt_PackBegin() 3775 …tbrp_node *nodes = (stbrp_node *) STBTT_malloc(sizeof(*nodes ) * num_nodes,alloc_context); in stbtt_PackBegin() 3778 if (context != NULL) STBTT_free(context, alloc_context); in stbtt_PackBegin() 3779 if (nodes != NULL) STBTT_free(nodes , alloc_context); in stbtt_PackBegin() 3783 spc->user_allocator_context = alloc_context; in stbtt_PackBegin()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 41012 struct alloc_context { struct
|