| /OK3568_Linux_fs/u-boot/common/ |
| H A D | dlmalloc.c | 1647 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 D | dlmalloc.src | 2495 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 D | sdio_ops.c | 583 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 D | sdio_ops.c | 498 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 D | sdio_ops.c | 495 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 D | sdio_ops.c | 498 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 D | dmxdev.c | 294 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 D | sdio_ops.c | 499 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 D | sdio_ops.c | 598 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 D | devices.txt | 18 12 = /dev/oldmem OBSOLETE - replaced by /proc/vmcore
|