Searched refs:VALGRIND_FREELIKE_BLOCK (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/etnaviv/drm/ |
H A D | etnaviv_priv.h | 239 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_FREE() 257 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_RELEASE()
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_priv.h | 221 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_FREE() 239 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_RELEASE()
|
/third_party/jerryscript/jerry-core/jmem/ |
H A D | jmem-allocator-internal.h | 39 # define JMEM_VALGRIND_FREELIKE_SPACE(p) VALGRIND_FREELIKE_BLOCK((p), 0)
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_priv.h | 432 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_FREE() 451 VALGRIND_FREELIKE_BLOCK(bo->map, 0); in VG_BO_RELEASE()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_gem.c | 166 VG(VALGRIND_FREELIKE_BLOCK(p, 0)); in anv_gem_munmap()
|
H A D | anv_allocator.c | 1396 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in anv_bo_pool_alloc()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_bo.c | 337 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in v3dv_bo_unmap()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_bufmgr.c | 209 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in v3d_bo_free()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
H A D | pvr_srv_bo.c | 353 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in pvr_srv_winsys_buffer_unmap()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_bufmgr.c | 154 VG(VALGRIND_FREELIKE_BLOCK(bo->map, 0)); in vc4_bo_free()
|
/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 1159 VG(VALGRIND_FREELIKE_BLOCK(bo_gem->mem_virtual, 0)); in drm_intel_gem_bo_free() 1164 VG(VALGRIND_FREELIKE_BLOCK(bo_gem->wc_virtual, 0)); in drm_intel_gem_bo_free()
|
/third_party/node/deps/v8/src/third_party/valgrind/ |
H A D | valgrind.h | 3870 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For 3879 VALGRIND_FREELIKE_BLOCK should be put immediately after the point where a 3910 program and the allocator... after VALGRIND_FREELIKE_BLOCK is called, the 3935 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \ macro
|
/third_party/libinput/include/valgrind/ |
H A D | valgrind.h | 6937 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For 6946 VALGRIND_FREELIKE_BLOCK should be put immediately after the point where a 6977 program and the allocator... after VALGRIND_FREELIKE_BLOCK is called, the 7000 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \ macro 7030 to VALGRIND_FREELIKE_BLOCK for all the second level blocks included
|
Completed in 31 milliseconds