Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4sparsearray.cpp File Reference

(3071b21bfd196a18031619caffdf9e9ec26bb107)

#include "qv4sparsearray_p.h"
#include <stdlib.h>
+ Include dependency graph for qv4sparsearray.cpp:

Go to the source code of this file.

Functions

static int qMapAlignmentThreshold ()
 
static voidqMapAllocate (int alloc, int alignment)
 
static void qMapDeallocate (SparseArrayNode *node, int alignment)
 

Function Documentation

◆ qMapAlignmentThreshold()

static int qMapAlignmentThreshold ( )
inlinestatic

Definition at line 297 of file qv4sparsearray.cpp.

Referenced by qMapAllocate(), and qMapDeallocate().

+ Here is the caller graph for this function:

◆ qMapAllocate()

static void * qMapAllocate ( int alloc,
int alignment )
inlinestatic

Definition at line 305 of file qv4sparsearray.cpp.

References alignment, qMallocAligned(), and qMapAlignmentThreshold().

Referenced by QV4::SparseArray::createNode().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ qMapDeallocate()

static void qMapDeallocate ( SparseArrayNode * node,
int alignment )
inlinestatic

Definition at line 312 of file qv4sparsearray.cpp.

References alignment, qFreeAligned(), and qMapAlignmentThreshold().

Referenced by QV4::SparseArray::freeTree().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: