Searched refs:AlignedBytes (Results 1 – 1 of 1) sorted by relevance
121 uint64_t AlignedBytes = utils::align_up(Bytes, Alignment); in push() local131 if (Usage[TId] + AlignedBytes <= StorageTotal) { in push()133 Usage[TId] += AlignedBytes; in push()141 AlignedBytes, "Slow path shared memory allocation, insufficient " in push()149 uint64_t AlignedBytes = utils::align_up(Bytes, Alignment); in pop() local152 Usage[TId] -= AlignedBytes; in pop()