Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4sparsearray.cpp File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#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()

int qMapAlignmentThreshold ( )
inlinestatic

Definition at line 298 of file qv4sparsearray.cpp.

Referenced by qMapAllocate(), and qMapDeallocate().

Here is the caller graph for this function:

◆ qMapAllocate()

void * qMapAllocate ( int alloc,
int alignment )
inlinestatic

Definition at line 306 of file qv4sparsearray.cpp.

References qMapAlignmentThreshold().

Here is the call graph for this function:

◆ qMapDeallocate()

void qMapDeallocate ( SparseArrayNode * node,
int alignment )
inlinestatic

Definition at line 313 of file qv4sparsearray.cpp.

References qMapAlignmentThreshold().

Here is the call graph for this function: