Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/py/
A Dvstr.c41 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 Dobjlist.h33 size_t alloc; member
A Dqstr.h53 size_t alloc; member
A Dmodio.c116 size_t alloc; member
123 size_t alloc = mp_obj_get_int(args[1]); in bufwriter_make_new() local
A Dobjdeque.c37 size_t alloc; member
A Dmisc.h166 size_t alloc; member
173 #define VSTR_FIXED(vstr, alloc) vstr_t vstr; char vstr##_buf[(alloc)]; vstr_init_fixed_buf(&vstr, (… argument
A Dobjtuple.c87 size_t alloc = 4; in mp_obj_tuple_make_new() local
A Dobjexcept.c430 size_t alloc; member
A Dparse.c218 size_t alloc; member
279 size_t alloc = MICROPY_ALLOC_PARSE_CHUNK_INIT; in parser_alloc() local
A Dobj.h413 size_t alloc; member
442 size_t alloc; member
A Dmpz.c620 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 Dnimble_npl_os.c72 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 Dlv_mem.c127 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 Dmodutimeq.c51 mp_uint_t alloc; member
79 mp_uint_t alloc = mp_obj_get_int(args[0]); in utimeq_make_new() local
A Dmodlwip.c288 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 Dmachine_i2c.c471 size_t alloc = nitems == 0 ? 1 : nitems; in machine_i2c_writevto() local
/AliOS-Things-master/components/freetype/include/
A Dftsystem.h174 FT_Alloc_Func alloc; member
/AliOS-Things-master/components/freetype/src/raster/
A Dftmisc.h76 FT_Alloc_Func alloc; member
/AliOS-Things-master/components/mbedtls/library/
A Dmemory_buffer_alloc.c55 size_t alloc; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/misc/
A Drtl8721d_ota.c529 u8 * alloc; in download_new_fw_from_server() local
/AliOS-Things-master/components/ble_host/include/net/
A Dbuf.h787 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 Dtcp_out.c238 u16_t alloc = length; in tcp_pbuf_prealloc() local
/AliOS-Things-master/components/freetype/src/base/
A Dftdbgmem.c135 FT_Alloc_Func alloc; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/
A Dcmsis_os.h163 uint32_t alloc; // indicate if alloc pTask outside member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c901 void (*alloc)(struct file*,int idat); member

Completed in 48 milliseconds

12