Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IAnalysisCache
Description
Create blocks of tracked memory. The requested blocks form a contiguous memory range. The block written to disk when no more references are alive.
| Name | CreateBlocks |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/AnalysisCache.h |
| Include Path | #include "TraceServices/Model/AnalysisCache.h" |
FSharedBuffer CreateBlocks
(
FCacheId CacheId,
uint32 Count
)
Buffer mapping to the blocks. If the cache id is invalid an empty buffer is returned.
Parameters
| Name | Remarks |
|---|---|
| CacheId | Unique cache id |
| Count | Number of blocks to use |