Home
last modified time | relevance | path

Searched refs:malloc (Results 3301 - 3325 of 3609) sorted by relevance

1...<<131132133134135136137138139140>>...145

/third_party/libdrm/intel/
H A Duthash.h85 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */
/third_party/jerryscript/tests/unit-core/
H A Dtest-api.cpp363 return malloc(newSize); in context_alloc_fn()
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c581 out = malloc(4096); in zlib_inflate()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dhelpers.cpp476 char *data = (char*)malloc(requested_ir->dataSize); in print_pipeline_ir()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c305 trans->map = malloc(ptrans->layer_stride * ptrans->box.depth); in v3d_resource_transfer_map()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Dkopper.c947 pdraw = malloc(sizeof *pdraw); in kopperCreateNewDrawable()
/third_party/mesa3d/src/glx/
H A Ddri2_glx.c1285 pdp = malloc(sizeof *pdp); in dri2CreateDisplay()
H A Ddri3_glx.c1160 pdp = malloc(sizeof *pdp); in dri3_create_display()
H A Ddrisw_glx.c1088 pdpyp = malloc(sizeof *pdpyp); in driswCreateDisplay()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c130 buf = malloc(st.st_size + 1); in preprocess_prog()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c54 tex->ptr = malloc(tex->size); in alloc_cpu_texture()
H A Dsi_compute.c271 program->shader.binary.elf_buffer = malloc(header->num_bytes); in si_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c194 trans->map = malloc(ptrans->layer_stride * ptrans->box.depth); in vc4_resource_transfer_map()
/third_party/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp1101 (gl_shader **)malloc(sizeof(*p.shader_program->Shaders)); in create_new_program()
H A Dcontext.c865 table = malloc(numEntries * sizeof(_glapi_proc)); in _mesa_new_nop_table()
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H A Dngtcp2.h117 * :manpage:`malloc(3)`. The |user_data| is
159 * standard allocators :manpage:`malloc(3)`, :manpage:`free(3)`,
196 * :member:`malloc` is a custom allocator function to replace
197 * :manpage:`malloc(3)`.
199 ngtcp2_malloc malloc; member
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp45 #define xtalloc(name) ((decltype(&name)) malloc(sizeof(name)))
/third_party/mesa3d/src/util/
H A Dregister_allocate.c905 select_regs = malloc(BITSET_WORDS(g->regs->count) * sizeof(BITSET_WORD)); in ra_select()
H A Dxxhash.h441 * for malloc(), free() */
443 static void* XXH_malloc(size_t s) { return malloc(s); } in XXH_malloc()
H A Dxmlconfig.c1150 cache->values = malloc(((size_t)1 << info->tableSize) * sizeof(driOptionValue)); in initOptionCache()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c667 trans->staging = malloc(ptrans->stride * ptrans->box.height * ptrans->box.depth); in lima_transfer_map()
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h76 #define uthash_malloc(sz) malloc(sz) /* malloc fcn */
108 /* malloc failures can be recovered from */
118 /* malloc failures result in lost memory, hash tables are unusable */
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs561 pub fn malloc(arg1: size_t) -> *mut c_void; in malloc() functions
867 // malloc.h
880 // like malloc/free.
/third_party/rust/crates/libc/src/
H A Dwasi.rs459 pub fn malloc(amt: size_t) -> *mut c_void; in malloc() functions
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGetTextureSubImageTests.cpp238 m_destination_buffer = (glw::GLubyte*)malloc(s_destination_buffer_size); in prepare()

Completed in 51 milliseconds

1...<<131132133134135136137138139140>>...145