Home
last modified time | relevance | path

Searched defs:alloc (Results 551 - 559 of 559) sorted by relevance

1...<<212223

/third_party/mksh/
H A Dsh.h2394 #define alloc(n,ap) aresize(NULL, (n), (ap)) macro
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h6729 VmaAllocation alloc; global() member
8122 VmaStringBuilder(VmaAllocator alloc) VmaStringBuilder() argument
12030 FreeAtOffset(VmaAllocation alloc, VkDeviceSize offset) FreeAtOffset() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c763 upb_alloc *alloc; member
1246 upb_alloc *alloc = upb_arena_alloc(arena); in _upb_msg_addunknown() local
2291 static void *upb_global_allocfunc(upb_alloc *alloc, void *ptr, size_t oldsize, in upb_global_allocfunc() argument
1701 upb_strtable_remove3(upb_strtable *t, const char *key, size_t len, upb_value *val, upb_alloc *alloc) upb_strtable_remove3() argument
2379 upb_arena_doalloc(upb_alloc *alloc, void *ptr, size_t oldsize, size_t size) upb_arena_doalloc() argument
2405 upb_arena_init(void *mem, size_t n, upb_alloc *alloc) upb_arena_init() argument
2980 newstr(upb_alloc *alloc, const char *data, size_t len) newstr() argument
3904 upb_alloc *alloc = upb_arena_alloc(symtab->arena); make_layout() local
4066 upb_alloc *alloc; /* Allocate defs here. */ global() member
4140 makejsonname(const char* name, upb_alloc *alloc) makejsonname() argument
4355 upb_alloc *alloc = ctx->alloc; create_fielddef() local
4766 upb_alloc *alloc = ctx->alloc; build_filedef() local
4905 upb_alloc *alloc = upb_arena_alloc(s->arena); upb_symtab_addtotabs() local
4974 upb_alloc *alloc; upb_symtab_new() local
5026 upb_alloc *alloc = upb_arena_alloc(s->arena); _upb_symtab_addfile() local
12252 upb_alloc *alloc = upb_arena_alloc(c->arena); parsermethod_new() local
12343 upb_alloc *alloc; upb_json_codecache_new() local
12366 upb_alloc *alloc = upb_arena_alloc(c->arena); upb_json_codecache_get() local
[all...]
H A Dupb.h297 UPB_INLINE void *upb_malloc(upb_alloc *alloc, size_t size) { in upb_malloc() argument
302 UPB_INLINE void *upb_realloc(upb_alloc *alloc, void *ptr, size_t oldsize, in upb_realloc() argument
308 UPB_INLINE void upb_free(upb_alloc *alloc, voi argument
356 upb_alloc alloc; global() member
[all...]
/third_party/glfw/deps/
H A Dnuklear.h491 nk_plugin_alloc alloc; member
5560 struct nk_allocator alloc; member
7296 nk_file_load(const char* path, nk_size* siz, struct nk_allocator *alloc) in nk_file_load() argument
8024 struct nk_allocator alloc; nk_buffer_init_default() local
8289 struct nk_allocator alloc; nk_str_init_default() local
8299 nk_str_init(struct nk_str *str, const struct nk_allocator *alloc, nk_size size) nk_str_init() argument
11002 struct nk_allocator alloc; global() member
11317 nk_tt_GetGlyphShape(const struct nk_tt_fontinfo *info, struct nk_allocator *alloc, int glyph_index, struct nk_tt_vertex **pvertices) nk_tt_GetGlyphShape() argument
11861 nk_tt__rasterize_sorted_edges(struct nk_tt__bitmap *result, struct nk_tt__edge *e, int n, int vsubsample, int off_x, int off_y, struct nk_allocator *alloc) nk_tt__rasterize_sorted_edges() argument
12044 nk_tt__rasterize(struct nk_tt__bitmap *result, struct nk_tt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, struct nk_allocator *alloc) nk_tt__rasterize() argument
12134 nk_tt_FlattenCurves(struct nk_tt_vertex *vertices, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, struct nk_allocator *alloc) nk_tt_FlattenCurves() argument
12212 nk_tt_Rasterize(struct nk_tt__bitmap *result, float flatness_in_pixels, struct nk_tt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, struct nk_allocator *alloc) nk_tt_Rasterize() argument
12231 nk_tt_MakeGlyphBitmapSubpixel(const struct nk_tt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, struct nk_allocator *alloc) nk_tt_MakeGlyphBitmapSubpixel() argument
12257 nk_tt_PackBegin(struct nk_tt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, struct nk_allocator *alloc) nk_tt_PackBegin() argument
12288 nk_tt_PackEnd(struct nk_tt_pack_context *spc, struct nk_allocator *alloc) nk_tt_PackEnd() argument
12474 nk_tt_PackFontRangesRenderIntoRects(struct nk_tt_pack_context *spc, struct nk_tt_fontinfo *info, struct nk_tt_pack_range *ranges, int num_ranges, struct nk_rp_rect *rects, struct nk_allocator *alloc) nk_tt_PackFontRangesRenderIntoRects() argument
12600 struct nk_allocator alloc; global() member
12713 nk_font_baker(void *memory, int glyph_count, int count, struct nk_allocator *alloc) nk_font_baker() argument
12727 nk_font_bake_pack(struct nk_font_baker *baker, nk_size *image_memory, int *width, int *height, struct nk_recti *custom, const struct nk_font_config *config_list, int count, struct nk_allocator *alloc) nk_font_bake_pack() argument
13456 nk_font_atlas_init(struct nk_font_atlas *atlas, struct nk_allocator *alloc) nk_font_atlas_init() argument
14983 struct nk_allocator alloc; nk_init_default() local
15016 struct nk_allocator *alloc = &pool->pool; nk_init_custom() local
15023 nk_init(struct nk_context *ctx, struct nk_allocator *alloc, const struct nk_user_font *font) nk_init() argument
15312 nk_pool_init(struct nk_pool *pool, struct nk_allocator *alloc, unsigned int capacity) nk_pool_init() argument
22684 nk_textedit_init(struct nk_text_edit *state, struct nk_allocator *alloc, nk_size size) nk_textedit_init() argument
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c6155 alloc() { in alloc() function
6439 alloc() { in alloc() function
6723 alloc() { in alloc() function
6911 alloc() { in alloc() function
7171 alloc() { in alloc() function
7401 alloc() { in alloc() function
7779 alloc() { in alloc() function
8049 alloc() { in alloc() function
8320 alloc() { in alloc() function
8580 alloc() { in alloc() function
8865 alloc() { alloc() function
9199 alloc() { alloc() function
9522 alloc() { alloc() function
[all...]
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c6370 alloc() { in alloc() function
6654 alloc() { in alloc() function
6938 alloc() { in alloc() function
7126 alloc() { in alloc() function
7386 alloc() { in alloc() function
7616 alloc() { in alloc() function
7994 alloc() { in alloc() function
8264 alloc() { in alloc() function
8535 alloc() { in alloc() function
8795 alloc() { in alloc() function
9083 alloc() { alloc() function
9504 alloc() { alloc() function
9849 alloc() { alloc() function
10172 alloc() { alloc() function
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs14085 pub unsafe fn alloc(layout: Layout) -> *mut u8 { alloc() functions
19461 pub mod alloc; global() modules
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c82375 struct ValueNewStat4Ctx alloc; global() local
[all...]

Completed in 294 milliseconds

1...<<212223