/AliOS-Things-master/components/py_engine/engine/py/ |
A D | vstr.c | 41 void vstr_init(vstr_t *vstr, size_t alloc) { in vstr_init() 58 void vstr_init_fixed_buf(vstr_t *vstr, size_t alloc, char *buf) { in vstr_init_fixed_buf() 65 void vstr_init_print(vstr_t *vstr, size_t alloc, mp_print_t *print) { in vstr_init_print() 78 vstr_t *vstr_new(size_t alloc) { in vstr_new()
|
A D | objlist.h | 33 size_t alloc; member
|
A D | qstr.h | 53 size_t alloc; member
|
A D | modio.c | 116 size_t alloc; member 123 size_t alloc = mp_obj_get_int(args[1]); in bufwriter_make_new() local
|
A D | objdeque.c | 37 size_t alloc; member
|
A D | misc.h | 166 size_t alloc; member 173 #define VSTR_FIXED(vstr, alloc) vstr_t vstr; char vstr##_buf[(alloc)]; vstr_init_fixed_buf(&vstr, (… argument
|
A D | objtuple.c | 87 size_t alloc = 4; in mp_obj_tuple_make_new() local
|
A D | objexcept.c | 430 size_t alloc; member
|
A D | parse.c | 218 size_t alloc; member 279 size_t alloc = MICROPY_ALLOC_PARSE_CHUNK_INIT; in parser_alloc() local
|
A D | obj.h | 413 size_t alloc; member 442 size_t alloc; member
|
A D | mpz.c | 620 void mpz_init_fixed_from_int(mpz_t *z, mpz_dig_t *dig, size_t alloc, mp_int_t val) { in mpz_init_fixed_from_int()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/nimble/ |
A D | nimble_npl_os.c | 72 mp_bluetooth_nimble_malloc_t *alloc = m_malloc0(size); in m_malloc_bluetooth() local 87 mp_bluetooth_nimble_malloc_t *alloc = get_nimble_malloc(ptr); in m_free_bluetooth() local 107 mp_bluetooth_nimble_malloc_t *alloc = MP_STATE_PORT(bluetooth_nimble_memory); in is_valid_nimble_malloc() local 153 mp_bluetooth_nimble_malloc_t *alloc = get_nimble_malloc(ptr); in nimble_realloc() local
|
/AliOS-Things-master/components/littlevgl/src/lv_misc/ |
A D | lv_mem.c | 127 void * alloc = NULL; in lv_mem_alloc() local 410 void * alloc = NULL; in ent_alloc() local
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modutimeq.c | 51 mp_uint_t alloc; member 79 mp_uint_t alloc = mp_obj_get_int(args[0]); in utimeq_make_new() local
|
A D | modlwip.c | 288 uint8_t alloc; member 343 uint8_t alloc = socket->incoming.connection.alloc; in lwip_socket_free_incoming() local 436 uint8_t alloc = socket->incoming.connection.alloc; in _lwip_tcp_err_unaccepted() local
|
A D | machine_i2c.c | 471 size_t alloc = nitems == 0 ? 1 : nitems; in machine_i2c_writevto() local
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftsystem.h | 174 FT_Alloc_Func alloc; member
|
/AliOS-Things-master/components/freetype/src/raster/ |
A D | ftmisc.h | 76 FT_Alloc_Func alloc; member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | memory_buffer_alloc.c | 55 size_t alloc; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/misc/ |
A D | rtl8721d_ota.c | 529 u8 * alloc; in download_new_fw_from_server() local
|
/AliOS-Things-master/components/ble_host/include/net/ |
A D | buf.h | 787 u8_t * (*alloc)(struct net_buf *buf, size_t *size, k_timeout_t timeout); member 827 const struct net_buf_data_alloc *alloc; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | tcp_out.c | 238 u16_t alloc = length; in tcp_pbuf_prealloc() local
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftdbgmem.c | 135 FT_Alloc_Func alloc; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/ |
A D | cmsis_os.h | 163 uint32_t alloc; // indicate if alloc pTask outside member
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngfix.c | 901 void (*alloc)(struct file*,int idat); member
|