Lines Matching refs:size
127 /* Report that the bytes in the range [pointer, pointer+size) are about
129 arc from the call _Py_ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) to
134 #define _Py_ANNOTATE_PUBLISH_MEMORY_RANGE(pointer, size) \
135 AnnotatePublishMemoryRange(__FILE__, __LINE__, pointer, size)
151 /* Report that a new memory at "address" of size "size" has been allocated.
155 #define _Py_ANNOTATE_NEW_MEMORY(address, size) \
156 AnnotateNewMemory(__FILE__, __LINE__, address, size)
188 /* Report that we may have a benign race at "pointer", with size
197 the memory range [address, address+size). */
198 #define _Py_ANNOTATE_BENIGN_RACE_SIZED(address, size, description) \
199 AnnotateBenignRaceSized(__FILE__, __LINE__, address, size, description)
342 #define _Py_ANNOTATE_PUBLISH_MEMORY_RANGE(address, size) /* empty */
343 #define _Py_ANNOTATE_UNPUBLISH_MEMORY_RANGE(address, size) /* empty */
344 #define _Py_ANNOTATE_SWAP_MEMORY_RANGE(address, size) /* empty */
349 #define _Py_ANNOTATE_NEW_MEMORY(address, size) /* empty */
352 #define _Py_ANNOTATE_BENIGN_RACE_SIZED(address, size, description) /* empty */
401 long size);
404 long size);
415 long size);
424 long size,