WO2021135574A1 - Procédé et appareil de stockage de données, et équipement terminal - Google Patents

Procédé et appareil de stockage de données, et équipement terminal Download PDF

Info

Publication number
WO2021135574A1
WO2021135574A1 PCT/CN2020/124093 CN2020124093W WO2021135574A1 WO 2021135574 A1 WO2021135574 A1 WO 2021135574A1 CN 2020124093 W CN2020124093 W CN 2020124093W WO 2021135574 A1 WO2021135574 A1 WO 2021135574A1
Authority
WO
WIPO (PCT)
Prior art keywords
storage space
storage
data
request
data storage
Prior art date
Application number
PCT/CN2020/124093
Other languages
English (en)
Chinese (zh)
Inventor
黎立煌
王和国
曹庆新
李炜
李爱军
Original Assignee
深圳云天励飞技术股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳云天励飞技术股份有限公司 filed Critical 深圳云天励飞技术股份有限公司
Publication of WO2021135574A1 publication Critical patent/WO2021135574A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • G06F12/0253Garbage collection, i.e. reclamation of unreferenced memory
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • This application belongs to the field of data processing technology, and particularly relates to data storage methods, devices, and terminal equipment.
  • data storage is based on on-chip memory and off-chip memory.
  • Data storage capacity refers to the ability of on-chip memory and off-chip memory to store data (such as storage speed, storage capacity, etc.).
  • the so-called von Neumann "bottleneck” or "memory wall” problem will be formed.
  • embodiments of the present application provide data storage methods, devices, and terminal equipment.
  • an embodiment of the present application provides a data storage method, including:
  • the required storage speed is greater than the threshold, and there is a continuous space corresponding to the required storage space in the internal storage space, allocate the corresponding first storage in the internal storage space for the data storage request And record in the first allocation table information that the first storage space has been occupied.
  • the required storage speed includes the number of storage cycles and/or the storage space per cycle.
  • the first storage space includes a first storage space identifier, a first storage start position, and a first storage end position, based on the first storage space identifier, the first storage start position, and the first storage end position Determine the first storage space mentioned above.
  • the first storage space includes a first storage space identifier, a first storage start position, and a first storage end position, and it may be determined according to the first storage space identifier that the storage space required to be released by the data release request is internal
  • the storage area in the internal storage space is determined according to the first storage start position and the first storage end position, and the determined storage area is released.
  • an embodiment of the present application provides a data storage method, including:
  • the data storage request including the required storage space and the required storage speed
  • the data release request is sent to the control terminal, and the data release request is used to request the control terminal to release the target storage space.
  • an embodiment of the present application provides a data storage device, including:
  • the storage receiving module is configured to receive a data storage request, where the data storage request includes the required storage space and the required storage speed;
  • the first allocation module is configured to store the data in the internal storage space when the required storage speed is greater than a threshold and there is a continuous space corresponding to the required storage space in the internal storage space Request to allocate the corresponding first storage space, and record in the first allocation table information that the first storage space is occupied.
  • an embodiment of the present application provides a data storage device, including:
  • the first generation module is configured to generate a data storage request, where the data storage request includes the required storage space and the required storage speed;
  • the first sending module is configured to send the data storage request to the control terminal, and the data storage request is used to request the control terminal to allocate a target storage space according to the required storage space and the required storage speed;
  • a second generation module configured to generate a data release request, where the data release request includes the target storage space
  • the second sending module is configured to send the data release request to the control terminal, and the data release request is used to request the control terminal to release the target storage space.
  • an embodiment of the present application provides a terminal device, including a memory, a processor, and a computer program stored in the memory and running on the processor.
  • the processor executes the computer program, Implement the data storage method according to any one of the first aspect, or implement the data storage method according to the second aspect.
  • an embodiment of the present application provides a computer-readable storage medium, the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the computer program implements the process described in any one of the first aspects.
  • the embodiments of the present application provide a computer program product, which when the computer program product runs on a terminal device, causes the terminal device to execute the data storage method described in any one of the above-mentioned first aspects, or implement the data storage method as described in the first aspect.
  • the data storage method described in the second aspect is not limited to the seventh aspect.
  • the first storage space corresponding to the data storage request is allocated in the internal storage space, that is, By allocating corresponding storage space in the internal storage space for data storage requests with higher storage speeds, so that the data with higher storage speeds can be stored quickly, thereby improving the data storage capacity, so that the data storage capacity It can match the computing power, so that the system will not be limited by the "memory wall" problem.
  • FIG. 1 is a schematic diagram of an application scenario of a data storage method provided by an embodiment of the present application
  • FIG. 2 is a schematic flowchart of a data storage method provided by an embodiment of the present application.
  • FIG. 3 is a schematic flowchart of a data storage method provided by an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of a data storage method provided by an embodiment of the present application.
  • FIG. 5 is a schematic diagram of the framework of a system to which the data storage method provided by an embodiment of the present application is applied
  • FIG. 6 is a schematic flowchart of a data storage method provided by an embodiment of the present application.
  • FIG. 7 is a schematic flowchart of a data storage method provided by an embodiment of the present application.
  • FIG. 8 is a schematic diagram of a working scenario of a data storage method provided by an embodiment of the present application.
  • FIG. 9 is a schematic diagram of a storage space allocation process provided by an embodiment of the present application.
  • FIG. 10 is a schematic flowchart of a data storage method provided by an embodiment of the present application.
  • FIG. 11 is a flow chart of data exchange between a requesting end and a controlling end provided by an embodiment of the present application.
  • FIG. 12 is a schematic structural diagram of a data storage device provided by an embodiment of the present application.
  • FIG. 13 is a schematic structural diagram of a data storage device provided by an embodiment of the present application.
  • FIG. 14 is a schematic structural diagram of a terminal device provided by an embodiment of the present application.
  • data storage is based on on-chip memory and off-chip memory.
  • data is usually stored in the entire off-chip memory and a fixed storage space in the on-chip memory. storage. Because the speed of storing data in the on-chip memory is faster than the speed of storing data in the off-chip memory, and only a part of the storage space in the on-chip memory is used for data storage, the utilization rate of the on-chip memory is low, resulting in data storage The overall speed is slow, which in turn causes the aforementioned "memory wall" problem.
  • embodiments of the application provide a data storage method, device, and terminal device, which allocate the corresponding data storage request according to the required storage space and the required storage speed in the received data storage request storage. Specifically, when the required storage speed is greater than the threshold and there is a continuous space corresponding to the required storage space in the internal storage space, the corresponding storage space is allocated in the internal storage space for the data storage request; otherwise, the external storage space Allocate the corresponding storage space for the data storage request.
  • the embodiment of the application allocates corresponding storage space in the internal storage space for data storage requests that require a high storage speed, and can make full use of the internal storage space to provide the required storage space for the data storage request, while accessing the internal storage space
  • the speed is faster than the speed of accessing external storage space, so making full use of internal storage space can increase the speed of accessing storage space, thereby improving the data storage capacity of the system, so that the system will not be limited by the "memory wall" problem and the computing power cannot be fully utilized , And can reduce the demand for external storage space.
  • the embodiments of the present application can be applied to the exemplary scenario shown in FIG. 1.
  • the request end 10 may send the data storage request and the data release request to the control end 20.
  • the control terminal 20 matches the corresponding storage space for each data storage request according to the required storage space and the required storage speed in the data storage request.
  • the requesting end 10 may generate at least one data storage request and send it to the control end 20, or multiple requesting ends 10 may generate respective data. After the storage requests are sent to the control terminal 20.
  • the requester 10 may be a module in the terminal device that needs to apply for storage space, such as CPU (Central Processing Unit, central processing unit), DSP (Digital Signal Processing, digital signal processing unit), etc.; the control end 20 may be a control module in a terminal device.
  • the above-mentioned terminal devices can be computers, tablets, laptops, netbooks, and personal digital assistants (personal digital assistants). Digital assistants, PDAs), smart phones and other terminal devices, the embodiments of this application do not impose any restrictions on the specific types of terminal devices.
  • FIG. 2 is a schematic flowchart of a data storage method provided by an embodiment of the present application.
  • the data storage method may be applied to the control terminal. Referring to Figure 2, the details of the data storage method are as follows:
  • step 101 a data storage request is received, where the data storage request includes a required storage space and a required storage speed.
  • the aforementioned data storage request may be a request generated by a module that needs to apply for storage space, such as a CPU, DSP, etc. in a terminal device.
  • a module that needs to apply for storage space
  • it may first generate a data storage request including the required storage space and the required storage speed, and send it to the control terminal in the terminal device.
  • the aforementioned required storage space is used to characterize the size of the storage space required by the data storage request
  • the aforementioned required storage speed is used to characterize the storage speed required to store the data corresponding to the data storage request, where The greater the required storage speed, the higher the storage requirement required for the data storage request, and the lower the required storage speed, the lower the storage requirement required for the data storage request.
  • the required storage speed may include the number of storage cycles.
  • the KBPC Kernebyte byte
  • the required storage space and the number of storage cycles the KBPC (Kilobyte byte) of the data storage request can be determined. per cycle, the storage space required for each storage cycle), when KBPC stores the data corresponding to the data storage request, the size of the storage space required for each storage cycle, where the larger the KBPC, the storage of the data The higher the storage speed required for storing the data corresponding to the request, and the smaller the KBPC, the lower the storage speed required for storing the data corresponding to the data storage request.
  • the storage speed of the internal storage space is faster than that of the external storage space, that is, the storage space that the internal storage space can provide in each storage cycle is greater than the storage space that the external storage space can provide in each storage cycle.
  • the external storage space is generally larger than the internal storage space, but for storing a certain size of data, the number of storage cycles required by the external storage space is more than the number of storage cycles required by the internal storage space.
  • the required storage speed may also include the storage space KBPC required for each storage cycle, or the required storage speed may also include the number of storage cycles and the storage space KBPC required for each storage cycle. I limited it.
  • step 103 in the case where the required storage speed is greater than the threshold, and there is a continuous space corresponding to the required storage space in the internal storage space, the data storage request is allocated a corresponding second in the internal storage space.
  • the above-mentioned required storage speed is greater than the threshold value, indicating that the corresponding data storage request requires a higher storage requirement.
  • the internal storage space does not depend on the bandwidth, so there will be a faster storage speed. Allocate storage space in the internal storage space for the data storage request.
  • the storage space corresponding to the data storage request can be allocated in the internal storage space.
  • the internal storage space can be fully utilized to store data with a higher storage speed.
  • the first allocation table information can be used to record the occupied storage space and available storage space in the internal storage space. After the first storage space is allocated for the data storage request, the first storage space can be recorded In the first allocation table information, before allocating storage space for other data storage requests in the future, the available storage space in the internal storage space is confirmed through the first allocation table information.
  • the first storage space may include a first storage space identifier, a first storage start position, and a first storage end position, based on the first storage space identifier, first storage start position, and first storage end The location determines the above-mentioned first storage space.
  • the above-mentioned first storage space identifier represents internal storage space, for example, it can represent static random access memory (static random access memory). RAM, SRAM) corresponding storage space.
  • the above threshold can be set according to actual needs.
  • the threshold can be different for different systems, and the threshold can be different for the same system in different time periods, which is not limited in the embodiment of the present application.
  • the foregoing data storage method may further include:
  • step 105 in the case that the required storage speed is less than or equal to the threshold, or the continuous space corresponding to the required storage space does not exist in the internal storage space, the corresponding data storage request is allocated in the external storage space. Second storage space, and record in the second allocation table information that the second storage space has been occupied.
  • the above-mentioned required storage speed is less than the threshold value, indicating that the storage requirement of the corresponding data storage request is not high, and the internal storage space is relatively small compared with the external storage space, and the storage space is limited. Therefore, the external storage space can be allocated for the data storage request A storage space.
  • the internal storage space is reserved for data storage requests that require a higher storage speed, so that while improving the utilization of the internal storage space, it is possible to use the internal storage space to store data with a higher storage speed as much as possible
  • the data corresponding to the storage request can then improve the computing power of the system as much as possible.
  • the second allocation table information can be used to record the occupied storage space and available storage space in the external storage space. After the second storage space is allocated for the data storage request, the second storage space can be recorded In the second allocation table information, before allocating storage space for other data storage requests, confirm the available storage space in the external storage space through the second allocation table information.
  • the second storage space may include a second storage space identifier, a second storage start position, and a second storage end position, based on the second storage space identifier, second storage start position, and second storage end The location determines the above-mentioned second storage space.
  • the above-mentioned second storage space identifier represents an external storage space, for example, it can represent a double data rate synchronous dynamic random access memory (Double Data Rate SDRAM, DDR SDRAM) corresponding storage space.
  • the above data storage method may further include:
  • step 102 each received data storage request is pre-stored in the storage space application queue.
  • step 103 the above-mentioned data storage request is read from the above-mentioned storage space application queue.
  • a storage space application queue is set up to store each data storage request sent by the requesting end, and the control end can read the data storage request from the storage space application queue before performing step 103.
  • the control end needs to allocate storage space in real time to the received data storage request, reducing the processing pressure on the control end.
  • the aforementioned storage space application queue may be a first-in-first-out queue
  • the aforementioned data storage request read from the aforementioned storage space application queue may specifically be: the control terminal can apply for a queue from the storage space according to a first-in first-out rule. Read the data storage request in sequence, and then execute step 103.
  • each data storage request may correspond to a priority, and the priority of each data storage request is not the same;
  • the above-mentioned reading of the above-mentioned data storage request from the above-mentioned storage space application queue may specifically be: application according to the above-mentioned storage space In the order of priority of each data storage request in the queue, read each data storage request in turn, and execute step 103.
  • control terminal may first detect whether the storage space application queue is a non-empty queue, and if the storage space application queue is a non-empty queue, apply the queue from the storage space according to the first-in first-out rule or priority order. Read the data storage request in sequence in, and then execute step 103. In the case that the storage space application queue is empty, the subsequent steps do not need to be executed.
  • the control module CU pre-stores the data storage request in the storage space application queue; the control module CU reads from the storage space application queue in turn
  • storage space is allocated according to the required storage space and required storage speed of the data storage request, and a memory authorization is sent to the requesting end.
  • the storage space is recorded in the first allocation table information, and after the data storage request is allocated to a storage space in the external storage space , And record the storage space in the second allocation table.
  • the internal storage space may be on-chip storage space, for example, it may be the storage space of SRAM;
  • the first allocation table information may be allocation table information corresponding to the on-chip storage space, for example, it may be allocation table information corresponding to SRAM .
  • PM program memory
  • CM controller unit data memory
  • the foregoing data storage method may further include:
  • step 107 a data release request is received, and the data release request includes a corresponding storage space.
  • the aforementioned corresponding storage space may be the first storage space or the second storage space.
  • the requesting side may store the data generated by the task corresponding to the data storage request in the first storage space; after completing the above task , The requesting end may send a data release request requesting the control end to release the first storage space to the control end, so that the internal storage space can be released for other data storage requests in time.
  • the requesting end After allocating the second storage space for the data storage request of the requesting end according to step 105, the requesting end can store the data generated by the task corresponding to the data storage request in the first storage space or the second storage space. ; After completing the above tasks, the requesting end can send to the control end a data release request requesting the control end to release the first storage space, so as to give up the internal storage space for other data storage requests in time, or the requesting end can send to the control end Request the control terminal to release the data release request of the second storage space, so as to promptly release the external storage space for other data storage requests.
  • step 103 multiple data storage requests that meet the requirements in step 103 may be allocated corresponding first storage spaces, and in this step, each data release request may correspond to a first storage space.
  • step 105 a plurality of data storage requests that meet the requirements in step 105 can be allocated corresponding second storage spaces, and in this step, each data release request can correspond to a second storage space.
  • step 109 the corresponding storage space is released according to the data release request, and the storage space is not occupied in the corresponding allocation table information.
  • the aforementioned corresponding allocation table information may be the first allocation table information or the second allocation table information.
  • the allocation table here is the first allocation table information; when the storage space in step 107 is the second storage space, the allocation table here is the second allocation table information.
  • the first storage space included in the data release request may be extracted, and then the data corresponding to the first storage space in the internal storage space may be released.
  • the first storage space may include a first storage space identifier, a first storage start position, and a first storage end position. Therefore, it can be determined according to the first storage space identifier that the storage space required by the data release request is In the internal storage space, the storage area in the internal storage space is determined according to the first storage start position and the first storage end position, and finally the determined storage area is released.
  • the release of the first storage space may be recorded in the first allocation table information, indicating that the first storage space is not occupied, It can be divided into storage space corresponding to other data storage requests again, so as to confirm the available storage space in the internal storage space through the first allocation table information before allocating storage space for other data storage requests.
  • the second storage space included in the data release request may also be extracted, and then the data corresponding to the second storage space in the external storage space may be released.
  • the second storage space may include a second storage space identifier, a second storage start position, and a second storage end position. Therefore, it may be determined as an external storage space according to the second storage space identifier, and then according to the second storage space. The start position and the second storage end position determine the storage area in the external storage space, and finally release the determined storage area.
  • the release of the second storage space may be recorded in the second allocation table information, indicating that the second storage space is not occupied, It can be divided into storage space corresponding to other data storage requests again, so as to confirm the available storage space in the external storage space through the second allocation table information before allocating storage space for other data storage requests.
  • the foregoing data storage method may further include:
  • the data release request is read from the storage space application queue, and step 109 is executed.
  • a storage space release queue is set to store each data release request sent by the requesting end, and the control end can read the data release request from the storage space release queue before step 109 is executed.
  • the control terminal needs to release the corresponding storage space in real time for the received data release request, and reduce the processing pressure of the control terminal.
  • the foregoing storage space release queue may be a first-in first-out queue
  • the foregoing reading of the data release request from the storage space release queue may specifically be: the control terminal may access the storage space according to a first-in first-out rule.
  • the data release request is read in the release queue in sequence, and then step 109 is executed.
  • each data release request may also correspond to a priority, and the priority of each data release request is not the same; the foregoing reading of the data release request from the storage space release queue may specifically be: In the order of priority of each data release request in the storage space release queue, read each data release request in turn, and execute step 109.
  • control terminal may first detect whether the storage space release queue is a non-empty queue, and if the storage space release queue is a non-empty queue, release the queue from the storage space according to the first-in first-out rule or priority order. Read the data release request in sequence in, and then execute step 109; and in the case that the storage space release queue is an empty queue, the subsequent steps do not need to be executed.
  • the control module CU pre-stores the data release request in the storage space release queue; the control module CU reads the data release request sequentially from the storage space release queue, which is The requesting end sends a memory authorization and releases the storage space included in the read data release request. Specifically, after the first storage space corresponding to the data release request is released, it may be recorded in the first allocation table information that the first storage space is not occupied, and the second storage space corresponding to the data release request may be released. Afterwards, it is recorded in the second allocation table that the second storage space is not occupied.
  • the required storage space may include a work storage space and a result storage space
  • the data storage request may include at least one prior data storage request and a subsequent data storage request; wherein, the prior data storage request
  • the data stored in the result storage space of the storage request is the data required for the data storage work corresponding to the subsequent data storage request.
  • the foregoing data storage method may further include:
  • step 201 the first data release request sent by the requesting end after the data storage work corresponding to the previous data request is completed is received.
  • step 202 the working storage space corresponding to the previous data storage request is released according to the first data release request.
  • step 203 after the data storage work corresponding to the subsequent data request is completed, a second data release request is received.
  • step 204 according to the second data release request, the result storage space corresponding to the previous data storage request and the working storage space corresponding to the subsequent data storage request are combined.
  • the second data release request may be issued by the requesting end, may also be issued by the control end, or may also be issued by other devices, which is not limited in the embodiment of the present application.
  • FIG. 7 is described by taking CPU, DSP, and NN0 as examples.
  • Figure 8 is a schematic diagram of a working scenario taking CPU, DSP and NN0 as an example.
  • the task chain is that the CPU works first, and then sends the first output result to the DSP.
  • the DSP continues to work based on the first output result.
  • the second output result is given to NN0, and NN0 will complete the subsequent work.
  • the CPU needs to apply for a CPU working storage space for the task it is responsible for, and a CPU result storage space for the first output result, then the CPU generates two data storage requests and sends it to the control end.
  • the control end allocates a CPU working storage space and a CPU result storage space to the CPU according to the two data storage requests.
  • the first output result generated after the CPU work is completed is stored in the CPU result storage space, and then the CPU working storage space release request can be sent to the control end, and the DSP is notified to start working.
  • the control terminal releases the CPU working storage space according to the CPU working storage space release request.
  • the DSP applies for a DSP working storage space for the task it is responsible for, and applies for a DSP result storage space for the second output result, then the DSP generates two data storage requests and sends it to the control end.
  • the control end allocates a DSP working storage space and a DSP result storage space for the DSP according to the two data storage requests.
  • the DSP completes the work based on the first output result stored in the CPU result storage space, it generates the second output result and stores it in the DSP result storage space, and then can send the DSP work storage space release request and the CPU result storage space release request to the control end, and Notify NN0 to start work.
  • the control end releases the DSP working storage space and the CPU result storage space according to the DSP working storage space release request.
  • NN0 applies for a piece of NN0 working storage space for the task it is responsible for, and a piece of NN0 result storage space for the third output result, then NN0 generates two data storage requests and sends it to the control end.
  • the control end allocates a NN0 working storage space and a NN0 result storage space for NN0 according to the two data storage requests.
  • NN0 completes its work based on the second output result stored in the DSP result storage space, it generates a third output result and stores it in the NN0 result storage space.
  • the entire work task chain is completed, and then the DSP result storage space release request and NN0 working storage space release request can be sent to the control end, and the CPU data storage work is completed.
  • the control end releases the DSP working storage space and the NN0 working storage space according to the DSP working storage space release request and the NN0 working storage space release request.
  • the CPU can send the NN0 result storage space release request to the control end; the control end releases the NN0 result storage space according to the NN0 result storage space release request.
  • Figure 9 is a schematic diagram of a storage space allocation process provided by an embodiment of this application. See Figure 9.
  • the filled part represents the storage space authorized to be allocated, that is, the occupied storage space, and the unfilled part represents the temporarily unused storage space, that is, The storage space that can be allocated.
  • the foregoing allocating the corresponding first storage space for the data storage request in the internal storage space may include:
  • Step A1 Obtain the available continuous storage area in the internal storage space in the order of the storage addresses of the internal storage space, and detect whether the size of the obtained available continuous storage area can meet the size of the storage space required in the data storage request;
  • Step B1 in the case where the size of the available continuous storage area can meet the size of the storage space required in the data storage request, allocate the first storage space in the available continuous storage area for the data storage request;
  • Step C1 in the case that the size of the available continuous storage area cannot meet the size of the storage space required in the data storage request, obtain the next available continuous storage area in the internal storage space, and execute the detection in step A1 to obtain The step of whether the size of the available continuous storage area can meet the size of the storage space required in the data storage request;
  • the foregoing allocating the corresponding second storage space for the data storage request in the external storage space may include:
  • Step A2 Obtain the available continuous storage area in the external storage space in the order of the storage addresses of the external storage space, and detect whether the size of the obtained available continuous storage area can meet the size of the storage space required in the data storage request;
  • Step B2 when the size of the available continuous storage area can meet the size of the storage space required in the data storage request, allocate a second storage space in the available continuous storage area for the data storage request;
  • Step C2 in the case that the size of the available continuous storage area cannot meet the size of the storage space required in the data storage request, obtain the next available continuous storage area in the external storage space, and perform the detection in step A2 to obtain The step of whether the size of the available continuous storage area can meet the size of the storage space required in the data storage request;
  • the entire storage space ⁇ 0,1024 ⁇ totaling 1024KB is to be allocated;
  • the storage space can be internal storage space or external storage space, which is not limited in the embodiment of this application ;
  • module 1 applies for 100KB of storage space, and the control end allocates 100KB of storage space for the application of module 1, such as ⁇ 0,100 ⁇ .
  • the 100KB of storage space is filled ;
  • module 2 applies for 250KB of storage space. Since the remaining storage space of the storage space is sufficient, 250KB of storage space is allocated for the application of module 2.
  • the storage space of module 2 can be the same as the 100KB storage space of module 1. Next, for example ⁇ 101,350 ⁇ ; in the schematic diagram of the storage space corresponding to time T2, the 250KB storage space is filled;
  • module 3 applies for 195KB of storage space. Since the remaining storage space of the storage space is sufficient, 195KB of storage space is allocated for the application of module 3.
  • the storage space of module 3 can be the same as that of module 2’s 250KB storage space.
  • module 4 applies for 261KB of storage space. Since the 250KB of storage space released at T3 does not meet the 261KB of storage space requested by module 4, module 4 is allocated 261KB of storage space after 195KB of storage space allocated for module 3 Storage space, for example ⁇ 546,806 ⁇ ; in the schematic diagram of the storage space corresponding to time T2, the 261KB storage space is filled;
  • the 195KB of storage space requested by module 3 is released by module 3, and the 195KB of storage space is recorded as a released state; in the schematic diagram of the corresponding storage space at time T6, the 95KB of storage space is in an unfilled state;
  • the storage areas corresponding to 445KB and 218KB can allocate storage space for other data storage requests.
  • allocating a continuous storage space for a data storage request is convenient for data storage and reading, and is simple to implement; releasing unused storage space according to the data release request can provide storage space for other data storage requests in time, improving Utilization of storage space.
  • FIG. 10 is a schematic flowchart of a data storage method provided by an embodiment of the present application.
  • the data storage method may be applied to the requesting end. 10, the details of the data storage method are as follows:
  • step 301 a data storage request is generated, and the data storage request includes the required storage space and the required storage speed.
  • the aforementioned data storage request may be a request generated by a module that needs to apply for storage space, for example, a CPU, DSP, etc. in a terminal device.
  • a module that needs to apply for storage space
  • it may first generate a data storage request including the required storage space and the required storage speed, and send it to the control terminal in the terminal device.
  • the aforementioned required storage space is used to characterize the size of the storage space required by the data storage request
  • the aforementioned required storage speed is used to characterize the storage speed required to store the data corresponding to the data storage request, where The greater the required storage speed, the higher the storage requirement required for the data storage request, and the lower the required storage speed, the lower the storage requirement required for the data storage request.
  • the required storage speed may include the number of storage cycles.
  • the KBPC of the data storage requirement can be determined, and KBPC is the right
  • the size of the storage space required for each storage cycle The larger the KBPC, the higher the storage requirement for storing the data corresponding to the data storage request, and the smaller the KBPC. It indicates that the storage requirement required for storing the data corresponding to the data storage request is lower.
  • the storage speed of the internal storage space is faster than that of the external storage space, that is, the storage space that the internal storage space can provide in each storage cycle is greater than the storage space that the external storage space can provide in each storage cycle.
  • the external storage space is generally larger than the internal storage space, but for storing a certain size of data, the number of storage cycles required by the external storage space is more than the number of storage cycles required by the internal storage space.
  • the required storage speed may also include the storage space per cycle, or the required storage speed may also include the number of storage cycles and the storage space per cycle, which is not limited in the embodiment of the present application.
  • step 302 the data storage request is sent to the control terminal, and the data storage request is used to request the control terminal to allocate a target storage space according to the required storage space and the required storage speed.
  • control terminal allocates the target storage space according to the required storage space and the required storage speed. This step will not be described in detail. For the specific process, please refer to the relevant content in the aforementioned embodiment of the data storage method applied to the control terminal.
  • the target storage space in this step can include the aforementioned first storage space, can also include the aforementioned second storage space, or can also include the aforementioned first storage space and second storage space. There is no restriction on this.
  • step 303 a data release request is generated, and the data release request includes the target storage space.
  • the requesting end may store the data generated by the task corresponding to the data storage request in the target storage space; after completing the above task, the requesting end may Send a data release request to the control terminal requesting the control terminal to release the target storage space, so as to make storage space for other data storage requests in a timely manner.
  • step 304 the data release request is sent to the control terminal, and the data release request is used to request the control terminal to release the target storage space.
  • control terminal releases the corresponding storage space process according to the foregoing target storage space, which is not described in detail in this step.
  • the control terminal please refer to the relevant content in the foregoing embodiment of the data storage method applied to the control terminal.
  • the corresponding storage space is allocated to the data storage request in the internal storage space; otherwise, the external storage space is allocated. In the storage space, the corresponding storage space is allocated for data storage requests.
  • Fig. 11 is a flow chart of data exchange between the control end and the request end provided by an embodiment of the present application. With reference to Fig. 11, the data exchange process is described in detail as follows:
  • step 401 the requesting end generates a data storage request, and the data storage request includes the required storage space and the required storage speed;
  • the requesting end sends the data storage request to the control end; wherein, the requesting end may generate at least one data storage request and send it to the control end, or multiple requesting ends may generate each data storage request and send it all To the control end
  • step 403 the control terminal pre-stores each received data storage request into the storage space application queue
  • step 404 the control terminal reads the data storage request from the storage space application queue
  • step 405 when the required storage speed is greater than the threshold and there is a continuous space corresponding to the required storage space in the internal storage space, the control terminal allocates the first storage space corresponding to the data storage request in the internal storage space, And record in the first allocation table information that the first storage space has been occupied;
  • step 406 when the required storage speed is less than or equal to the threshold, or the internal storage space does not have a continuous space corresponding to the required storage space, the control terminal allocates a second storage space corresponding to the data storage request in the external storage space. , And record in the second allocation table information that the second storage space has been occupied;
  • step 407 the requesting end generates a data release request, and the data release request includes the target storage space;
  • step 408 the requesting end sends a data release request to the control end; wherein, the requesting end can generate at least one data release request and send it to the control end, or multiple request ends can generate their own data release request and then send it to the control end. end;
  • step 409 the control terminal prestores each of the received data release requests into the storage space release queue
  • step 410 the control terminal reads the data release request from the storage space release queue
  • step 411 the control terminal releases the corresponding first storage space according to the data release request, and records in the first allocation table information that the first storage space is not occupied, or releases the corresponding second storage space, and
  • the second allocation table information records the illegal occupation of the second storage space.
  • FIG. 12 shows a structural block diagram of the data storage device provided in an embodiment of the present application.
  • the data storage device can be used for the control terminal.
  • Only The parts related to the embodiments of the present application are shown.
  • the data storage device in the embodiment of the present application may include a receiving module 501 and a first distribution module 502.
  • the receiving module 501 is configured to receive a data storage request, where the data storage request includes a required storage space and a required storage speed;
  • the first allocation module 502 is configured to: when the required storage speed is greater than a threshold and there is a continuous space corresponding to the required storage space in the internal storage space, the internal storage space is the data storage Request to allocate the corresponding first storage space, and record in the first allocation table information that the first storage space is occupied.
  • the foregoing device may further include:
  • the first allocation module 503 is configured to: when the required storage speed is less than or equal to a threshold, or the internal storage space does not have a continuous space corresponding to the required storage space, the external storage space is the data
  • the storage request allocates the corresponding second storage space, and records in the second allocation table information that the second storage space is occupied.
  • the foregoing device may further include:
  • the application queue storage module is used to pre-store each of the received data storage requests in a storage space application queue, and read the data from the storage space application queue before allocating storage space to the data storage request Storage request.
  • the foregoing device may further include:
  • a first release receiving module configured to receive a data release request, where the data release request includes the corresponding first storage space
  • the first release module is configured to release the corresponding first storage space according to the data release request, and record in the first allocation table information that the first storage space is not occupied.
  • the foregoing device may further include:
  • a second release receiving module configured to receive a data release request, where the data release request includes a corresponding second storage space
  • the second release module is configured to release the corresponding second storage space according to the data release request, and record in the second allocation table information that the second storage space is not occupied.
  • the foregoing device may further include:
  • the release queue storage module is used to pre-store each of the received data release requests in the storage space release queue
  • a release reading module configured to read the data storage request from the storage space application queue
  • the first release module executes the release of the corresponding first storage space according to the data release request, and stores the information in the first allocation table. Recording in the first storage space is not occupied.
  • the required storage space includes a working storage space and a result storage space
  • the data storage request includes at least one prior data storage request and a subsequent data storage request; wherein, the prior data storage request
  • the data stored in the result storage space is the data required for the data storage work corresponding to the subsequent data storage request.
  • the foregoing device may further include:
  • the third release receiving module is configured to receive the first data release request sent by the requesting end after the data storage work corresponding to the previous data request is completed;
  • the third release module is configured to release the working storage space corresponding to the previous data storage request according to the first data release request;
  • a fourth release receiving module configured to receive a second data release request sent by the requesting end after the data storage work corresponding to the subsequent data request is completed;
  • the fourth release module is configured to release the result storage space corresponding to the previous data storage request and the working storage space corresponding to the subsequent data storage request according to the second data release request.
  • FIG. 13 shows a structural block diagram of the data storage device provided by the embodiment of the present application.
  • the data storage device can be used for the requesting side.
  • the parts related to the embodiments of the present application are shown.
  • the data storage device in the embodiment of the present application may include a first generating module 601, a first sending module 602, a second generating module 603, and a second sending module 604.
  • the first generation module 601 is configured to generate a data storage request, where the data storage request includes a required storage space and a required storage speed;
  • the first sending module 602 is configured to send the data storage request to the control terminal, where the data storage request is used to request the control terminal to allocate a target storage space according to the required storage space and the required storage speed;
  • the second generating module 603 is configured to generate a data release request, where the data release request includes the target storage space;
  • the second sending module 604 is configured to send the data release request to the control terminal, and the data release request is used to request the control terminal to release the target storage space.
  • the terminal device 700 may include: at least one processor 710, a memory 720, and is stored in the memory 720 and can be stored on the at least one processor 710.
  • a running computer program when the processor 710 executes the computer program, the steps in any of the foregoing method embodiments are implemented, such as steps 101 to 103 in the embodiment shown in FIG. 2, for example, in the embodiment shown in FIG. ⁇ Steps 301 to 304.
  • the processor 710 executes the computer program
  • the functions of the modules/units in the foregoing device embodiments are implemented, for example, the functions of the modules 501 to 502 shown in FIG. 12, for example, the functions of the modules 601 to 604 shown in FIG.
  • the computer program may be divided into one or more modules/units, and one or more modules/units are stored in the memory 720 and executed by the processor 710 to complete the application.
  • the one or more modules/units may be a series of computer program segments capable of completing specific functions, and the program segments are used to describe the execution process of the computer program in the terminal device 700.
  • FIG. 14 is only an example of a terminal device, and does not constitute a limitation on the terminal device. It may include more or less components than those shown in the figure, or a combination of certain components, or different components, such as Input and output equipment, network access equipment, bus, etc.
  • the processor 710 may be a central processing unit (Central Processing Unit, CPU), it can also be other general processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), ready-made programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components, etc.
  • the general-purpose processor may be a microprocessor or the processor may also be any conventional processor or the like.
  • the memory 720 may be an internal storage unit of the terminal device, or an external storage device of the terminal device, such as a plug-in hard disk, a smart memory card (Smart Media Card, SMC), Secure Digital (Secure Digital, SD) card, flash memory card (Flash Card) and so on.
  • the memory 720 is used to store the computer program and other programs and data required by the terminal device.
  • the memory 720 can also be used to temporarily store data that has been output or will be output.
  • the bus can be an industry standard architecture (Industry Standard Architecture, ISA) bus, peripheral device interconnection (Peripheral Component, PCI) bus or extended industry standard architecture (Extended Industry Standard Architecture, EISA) bus, etc.
  • ISA Industry Standard Architecture
  • PCI peripheral device interconnection
  • EISA Extended Industry Standard Architecture
  • the bus can be divided into address bus, data bus, control bus and so on.
  • the buses in the drawings of this application are not limited to only one bus or one type of bus.
  • the data storage method provided in the embodiments of this application can be applied to smart phones, computers, tablet computers, notebook computers, netbooks, and personal digital assistants (personal digital assistants).
  • personal digital assistants personal digital assistants
  • the embodiments of this application do not impose any restrictions on the specific types of terminal devices.
  • FIG. 15 shows a block diagram of a part of the structure of a computer provided in an embodiment of the present application.
  • the computer includes: a communication circuit 810, a memory 820, an input unit 830, a display unit 840, an audio circuit 850, wireless fidelity (wireless fidelity) fidelity, WiFi) module 860, processor 870, power supply 880 and other components.
  • a communication circuit 810 a communication circuit 810
  • a memory 820 the computer includes: a communication circuit 810, a memory 820, an input unit 830, a display unit 840, an audio circuit 850, wireless fidelity (wireless fidelity) fidelity, WiFi) module 860, processor 870, power supply 880 and other components.
  • wireless fidelity wireless fidelity
  • WiFi wireless fidelity
  • FIG. 15 does not constitute a limitation on the computer, and may include more or less components than those shown in the figure, or a combination of certain components, or different component arrangements.
  • the communication circuit 810 may be used for receiving and sending signals during information transmission and reception or during a call, and processing them to the processor 870; in addition, sending an image acquisition instruction to the image acquisition device.
  • the communication circuit includes but is not limited to an antenna, at least one amplifier, a transceiver, a coupler, and a low noise amplifier (Low Noise Amplifier). Noise Amplifier, LNA), duplexer, etc.
  • the communication circuit 810 may also communicate with the network and other devices through wireless communication.
  • the above-mentioned wireless communication can use any communication standard or protocol, including but not limited to the Global System for Mobile Communications (Global System of Mobile communication (GSM), General Packet Radio Service (GPRS), Code Division Multiple Access (Code Division Multiple Access) Multiple Access, CDMA), Wideband Code Division Multiple Access (WCDMA), Long Term Evolution (LTE), E-mail, Short Message Service (Short Messaging Service, SMS) etc.
  • GSM Global System of Mobile communication
  • GPRS General Packet Radio Service
  • CDMA Code Division Multiple Access
  • WCDMA Wideband Code Division Multiple Access
  • LTE Long Term Evolution
  • SMS Short Message Service
  • the memory 820 may be used to store software programs and modules.
  • the processor 870 executes various functional applications and data processing of the computer by running the software programs and modules stored in the memory 820.
  • the memory 820 may mainly include a program storage area and a data storage area.
  • the program storage area may store an operating system, an application program required by at least one function (such as a sound playback function, an image playback function, etc.), etc.; Data created by the use of the computer (such as audio data, phone book, etc.), etc.
  • the memory 820 may include a high-speed random access memory, and may also include a non-volatile memory, such as at least one magnetic disk storage device, a flash memory device, or other volatile solid-state storage devices.
  • the input unit 830 can be used to receive inputted number or character information, and generate key signal input related to user settings and function control of the computer.
  • the input unit 830 may include a touch panel 831 and other input devices 832.
  • the touch panel 831 also known as the touch screen, can collect the user's touch operations on or near it (for example, the user uses any suitable objects or accessories such as fingers, stylus, etc.) on the touch panel 831 or near the touch panel 831. Operation), and drive the corresponding connection device according to the preset program.
  • the touch panel 831 may include two parts: a touch detection device and a touch controller.
  • the touch detection device detects the user's touch position, detects the signal brought by the touch operation, and transmits the signal to the touch controller; the touch controller receives the touch information from the touch detection device, converts it into contact coordinates, and then sends it To the processor 870, and can receive and execute the commands sent by the processor 870.
  • the touch panel 831 can be implemented in multiple types such as resistive, capacitive, infrared, and surface acoustic wave.
  • the input unit 830 may also include other input devices 832.
  • the other input device 832 may include, but is not limited to, one or more of a physical keyboard, function keys (such as a volume control button, a switch button, etc.), a trackball, a mouse, and a joystick.
  • the display unit 840 may be used to display information input by the user or information provided to the user and various menus of the computer.
  • the display unit 840 may include a display panel 841.
  • a liquid crystal display Liquid Crystal Display, LCD
  • Organic Light Emitting Diode Organic Light Emitting Diode
  • the touch panel 831 can cover the display panel 841. When the touch panel 831 detects a touch operation on or near it, it transmits it to the processor 870 to determine the type of the touch event, and then the processor 870 determines the type of the touch event. The type provides corresponding visual output on the display panel 841.
  • the touch panel 831 and the display panel 841 are used as two independent components to realize the input and input functions of the computer, but in some embodiments, the touch panel 831 and the display panel 841 may be integrated. Realize the computer's input and output functions.
  • the audio circuit 850 can provide an audio interface between the user and the computer.
  • the audio circuit 850 can transmit the electric signal after the conversion of the received audio data to the speaker, which is converted into a sound signal for output by the speaker; on the other hand, the microphone converts the collected sound signal into an electric signal, which is converted into an electric signal after being received by the audio circuit 850
  • the audio data is processed by the audio data output processor 870, and then sent to, for example, another computer through the communication circuit 810, or the audio data is output to the memory 820 for further processing.
  • WiFi is a short-distance wireless transmission technology.
  • the computer can help users send and receive emails, browse web pages, and access streaming media through the WiFi module 860. It provides users with wireless broadband Internet access.
  • FIG. 15 shows the WiFi module 860, it is understandable that it is not a necessary component of the computer and can be omitted as needed without changing the essence of the invention.
  • the processor 870 is the control center of the computer. It uses various interfaces and lines to connect various parts of the entire computer. It executes by running or executing software programs and/or modules stored in the memory 820 and calling data stored in the memory 820. Various functions of the computer and processing data, so as to monitor the computer as a whole.
  • the processor 870 may include one or more processing units; preferably, the processor 870 may integrate an application processor and a modem processor, where the application processor mainly processes the operating system, user interface, application programs, etc. , The modem processor mainly deals with wireless communication. It can be understood that the foregoing modem processor may not be integrated into the processor 870.
  • the computer also includes a power supply 880 (such as a battery) for supplying power to various components.
  • a power supply 880 (such as a battery) for supplying power to various components.
  • the power supply 880 can be logically connected to the processor 870 through a power management system, so that functions such as charging, discharging, and power consumption management can be managed through the power management system.
  • the embodiments of the present application also provide a computer-readable storage medium that stores a computer program, and when the computer program is executed by a processor, the steps in each embodiment of the foregoing data storage method can be realized.
  • the embodiments of the present application provide a computer program product.
  • the steps in each embodiment of the above data storage method can be realized when the mobile terminal is executed.
  • the integrated unit is implemented in the form of a software functional unit and sold or used as an independent product, it can be stored in a computer readable storage medium.
  • the computer program can be stored in a computer-readable storage medium.
  • the computer program can be stored in a computer-readable storage medium.
  • the steps of the foregoing method embodiments can be implemented.
  • the computer program includes computer program code, and the computer program code may be in the form of source code, object code, executable file, or some intermediate forms.
  • the computer-readable medium may at least include: any entity or device capable of carrying the computer program code to the photographing device/terminal device, recording medium, computer memory, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), electrical carrier signals, telecommunications signals, and software distribution media.
  • ROM read-only memory
  • RAM random access memory
  • electrical carrier signals telecommunications signals
  • software distribution media Such as U disk, mobile hard disk, floppy disk or CD-ROM, etc.
  • computer-readable media cannot be electrical carrier signals and telecommunication signals.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

Procédé et appareil de stockage de données et équipement terminal, pouvant être appliqués au domaine technique du traitement de données. Le procédé de stockage de données consiste à : recevoir une requête de stockage de données, la requête de stockage de données comprenant un espace de stockage requis et une vitesse de stockage requise (101) ; et, dans le cas où la vitesse de stockage requise est supérieure à un seuil et un espace continu correspondant à l'espace de stockage requis existe dans un espace de stockage interne, attribuer, dans l'espace de stockage interne, un premier espace de stockage correspondant à la requête de stockage de données, et, dans des premières informations de table d'attribution, enregistrer que le premier espace de stockage est occupé (103). Par attribution, pour la requête de stockage de données présentant une vitesse de stockage requise élevée, de l'espace de stockage correspondant dans l'espace de stockage interne, la présente invention peut pleinement utiliser l'espace de stockage interne pour accroître la vitesse d'accès à l'espace de stockage, ce qui permet d'améliorer la capacité de stockage de données d'un système et de ne pas limiter le système au problème d'un « mur de mémoire ».
PCT/CN2020/124093 2019-12-30 2020-10-27 Procédé et appareil de stockage de données, et équipement terminal WO2021135574A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201911423231.2 2019-12-30
CN201911423231.2A CN111177025B (zh) 2019-12-30 2019-12-30 数据存储方法、装置及终端设备

Publications (1)

Publication Number Publication Date
WO2021135574A1 true WO2021135574A1 (fr) 2021-07-08

Family

ID=70650720

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/124093 WO2021135574A1 (fr) 2019-12-30 2020-10-27 Procédé et appareil de stockage de données, et équipement terminal

Country Status (2)

Country Link
CN (1) CN111177025B (fr)
WO (1) WO2021135574A1 (fr)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111177025B (zh) * 2019-12-30 2022-05-17 深圳云天励飞技术股份有限公司 数据存储方法、装置及终端设备
CN111913657B (zh) * 2020-07-10 2023-06-09 长沙景嘉微电子股份有限公司 块数据读写方法、装置、系统及存储介质
CN111782561B (zh) * 2020-09-07 2020-12-04 新华三半导体技术有限公司 一种sram的存储空间分配方法、装置及芯片
CN112527205A (zh) * 2020-12-16 2021-03-19 江苏国科微电子有限公司 一种数据安全防护方法、装置、设备及介质
CN112817543B (zh) * 2021-02-24 2023-06-02 浙江大华技术股份有限公司 一种数据存储方法、系统、装置、设备及介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1289121A (zh) * 1999-09-16 2001-03-28 三星电子株式会社 记录和再现多通道数据的方法和装置
CN106547625A (zh) * 2016-11-04 2017-03-29 深圳市证通电子股份有限公司 金融终端的内存分配方法及装置
CN110083307A (zh) * 2019-03-29 2019-08-02 华为技术有限公司 数据存储方法、存储器和服务器
WO2019217030A1 (fr) * 2018-05-07 2019-11-14 Apple Inc. Techniques de gestion d'allocation de mémoire dans un dispositif de stockage pour améliorer le fonctionnement d'une application de caméra
CN111177025A (zh) * 2019-12-30 2020-05-19 深圳云天励飞技术有限公司 数据存储方法、装置及终端设备

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1892720B1 (fr) * 2006-08-24 2011-07-27 STMicroelectronics Srl Mémoire non volatile programmable électriquement comportant une pluralité de densités de stockage et de vitesses de transfert de données
CN103092534B (zh) * 2013-02-04 2016-01-27 中国科学院微电子研究所 一种内存结构的调度方法和装置
KR102164617B1 (ko) * 2014-03-24 2020-10-12 삼성전자주식회사 데이터 저장 장치의 동작 방법과 상기 데이터 저장 장치를 포함하는 시스템의 동작 방법
CN104239225B (zh) * 2014-09-04 2018-02-06 浪潮(北京)电子信息产业有限公司 一种管理异构混合内存的方法及装置
CN105161135A (zh) * 2015-07-23 2015-12-16 柳州易旺科技有限公司 一种电子产品测试信息的存储方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1289121A (zh) * 1999-09-16 2001-03-28 三星电子株式会社 记录和再现多通道数据的方法和装置
CN106547625A (zh) * 2016-11-04 2017-03-29 深圳市证通电子股份有限公司 金融终端的内存分配方法及装置
WO2019217030A1 (fr) * 2018-05-07 2019-11-14 Apple Inc. Techniques de gestion d'allocation de mémoire dans un dispositif de stockage pour améliorer le fonctionnement d'une application de caméra
CN110083307A (zh) * 2019-03-29 2019-08-02 华为技术有限公司 数据存储方法、存储器和服务器
CN111177025A (zh) * 2019-12-30 2020-05-19 深圳云天励飞技术有限公司 数据存储方法、装置及终端设备

Also Published As

Publication number Publication date
CN111177025B (zh) 2022-05-17
CN111177025A (zh) 2020-05-19

Similar Documents

Publication Publication Date Title
WO2021135574A1 (fr) Procédé et appareil de stockage de données, et équipement terminal
EP2975528A1 (fr) Dispositif électronique et procédé de gestion de la mémoire d'un tel dispositif
CN106776036A (zh) 一种资源分配方法及装置
WO2020119029A1 (fr) Procédé et système de planification de tâches distribuées et support de stockage
CN104102693A (zh) 对象处理方法和装置
CN109213596B (zh) 一种分配终端内存的方法和设备
WO2021098823A1 (fr) Appareil d'isolation de mémoire, procédé d'isolation de mémoire et dispositif apparenté
JP2011243142A (ja) 通信制御装置、データ通信方法及びプログラム
CN106708554A (zh) 程序运行方法及装置
CN113032293A (zh) 缓存管理器及控制部件
WO2018188278A1 (fr) Procédé d'attribution de ressources de mémoire et dispositif de terminal
CN115964319A (zh) 远程直接内存访问的数据处理方法及相关产品
WO2012109961A1 (fr) Procédé et dispositif permettant d'attribuer le processus de navigateur
WO2023115852A1 (fr) Procédé et appareil de communication basés sur pcie, ainsi que dispositif informatique et support de stockage lisible
WO2020088681A1 (fr) Procédé de gestion de fichiers de modèle et dispositif terminal
CN103678573A (zh) 一种实现缓存加速的方法及系统
AU2019256257A1 (en) Processor core scheduling method and apparatus, terminal, and storage medium
WO2019128571A1 (fr) Procédé et dispositif de gestion de ressources, terminal mobile, ainsi que support d'informations lisible par ordinateur
CN116774933A (zh) 存储设备的虚拟化处理方法、桥接设备、系统及介质
CN114218560A (zh) 资源访问方法、装置、电子设备及存储介质
CN109144723B (zh) 一种分配存储空间的方法和终端
WO2021114357A1 (fr) Procédé d'optimisation de programme d'application, appareil, support d'enregistrement, et dispositif électronique
CN105074677B (zh) 用于加速器将数据存储在缓冲器中的方法的方法和系统
WO2020052392A1 (fr) Procédé d'invocation de capacité de plateforme de jeu et produit associé
WO2023030178A1 (fr) Procédé de communication basé sur un empilement de protocoles en mode utilisateur, et appareil correspondant

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20909835

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 21.11.2022)

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 21.11.2022)

122 Ep: pct application non-entry in european phase

Ref document number: 20909835

Country of ref document: EP

Kind code of ref document: A1