Home
last modified time | relevance | path

Searched refs:oldmem (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.c1647 Void_t* rEALLOc(Void_t* oldmem, size_t bytes) in rEALLOc() argument
1649 Void_t* rEALLOc(oldmem, bytes) Void_t* oldmem; size_t bytes; in rEALLOc()
1675 fREe(oldmem);
1683 if (oldmem == NULL) return mALLOc(bytes);
1692 newp = oldp = mem2chunk(oldmem);
1706 if(oldsize - SIZE_SZ >= nb) return oldmem; /* do nothing */
1711 MALLOC_COPY(newmem, oldmem, oldsize - 2*SIZE_SZ);
1776 MALLOC_COPY(newmem, oldmem, oldsize - SIZE_SZ);
1792 MALLOC_COPY(newmem, oldmem, oldsize - SIZE_SZ);
1804 MALLOC_COPY(newmem, oldmem, oldsize - SIZE_SZ);
[all …]
H A Ddlmalloc.src2495 Void_t* rEALLOc(Void_t* oldmem, size_t bytes)
2497 Void_t* rEALLOc(oldmem, bytes) Void_t* oldmem; size_t bytes;
2502 mchunkptr oldp; /* chunk corresponding to oldmem */
2522 if (bytes == 0) { fREe(oldmem); return 0; }
2528 if (oldmem == 0) return mALLOc(bytes);
2530 newp = oldp = mem2chunk(oldmem);
2544 if(oldsize - SIZE_SZ >= nb) return oldmem; /* do nothing */
2548 MALLOC_COPY(newmem, oldmem, oldsize - 2*SIZE_SZ);
2613 MALLOC_COPY(newmem, oldmem, oldsize - SIZE_SZ);
2629 MALLOC_COPY(newmem, oldmem, oldsize - SIZE_SZ);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_ops.c583 u8 *oldmem; in sdio_read_port() local
598 oldmem = mem; in sdio_read_port()
602 mem = oldmem; in sdio_read_port()
603 oldmem == NULL; in sdio_read_port()
614 if ((oldcnt != cnt) && (oldmem)) { in sdio_read_port()
615 _rtw_memcpy(oldmem, mem, oldcnt); in sdio_read_port()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/rtl8723b/sdio/
H A Dsdio_ops.c498 u8 *oldmem; in sdio_read_port() local
516 oldmem = mem; in sdio_read_port()
520 mem = oldmem; in sdio_read_port()
521 oldmem == NULL; in sdio_read_port()
532 if ((oldcnt != cnt) && (oldmem)) { in sdio_read_port()
533 _rtw_memcpy(oldmem, mem, oldcnt); in sdio_read_port()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/rtl8703b/sdio/
H A Dsdio_ops.c495 u8 *oldmem; in sdio_read_port() local
510 oldmem = mem; in sdio_read_port()
514 mem = oldmem; in sdio_read_port()
515 oldmem == NULL; in sdio_read_port()
526 if ((oldcnt != cnt) && (oldmem)) { in sdio_read_port()
527 _rtw_memcpy(oldmem, mem, oldcnt); in sdio_read_port()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/sdio/
H A Dsdio_ops.c498 u8 *oldmem; in sdio_read_port() local
513 oldmem = mem; in sdio_read_port()
518 mem = oldmem; in sdio_read_port()
519 oldmem == NULL; in sdio_read_port()
530 if ((oldcnt != cnt) && (oldmem)) { in sdio_read_port()
531 _rtw_memcpy(oldmem, mem, oldcnt); in sdio_read_port()
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddmxdev.c294 void *oldmem; in dvb_dvr_set_buffer_size() local
307 oldmem = buf->data; in dvb_dvr_set_buffer_size()
317 vfree(oldmem); in dvb_dvr_set_buffer_size()
335 void *oldmem; in dvb_dmxdev_set_buffer_size() local
348 oldmem = buf->data; in dvb_dmxdev_set_buffer_size()
358 vfree(oldmem); in dvb_dmxdev_set_buffer_size()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/sdio/
H A Dsdio_ops.c499 u8 *oldmem; in sdio_read_port() local
514 oldmem = mem; in sdio_read_port()
519 mem = oldmem; in sdio_read_port()
520 oldmem == NULL; in sdio_read_port()
531 if ((oldcnt != cnt) && (oldmem)) { in sdio_read_port()
532 _rtw_memcpy(oldmem, mem, oldcnt); in sdio_read_port()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/rtl8188f/sdio/
H A Dsdio_ops.c598 u8 *oldmem; in sdio_read_port() local
609 oldmem = mem; in sdio_read_port()
613 mem = oldmem; in sdio_read_port()
614 oldmem == NULL; in sdio_read_port()
625 if ((oldcnt != cnt) && (oldmem)) { in sdio_read_port()
626 _rtw_memcpy(oldmem, mem, oldcnt); in sdio_read_port()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Ddevices.txt18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore